﻿<?xml version="1.0" encoding="utf-8"?><Type Name="MergablePropertyAttribute" FullName="System.ComponentModel.MergablePropertyAttribute"><TypeSignature Language="C#" Maintainer="auto" Value="public sealed class MergablePropertyAttribute : Attribute" /><TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit MergablePropertyAttribute extends System.Attribute" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.3300.0</AssemblyVersion><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Base><BaseTypeName>System.Attribute</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.AttributeUsage(System.AttributeTargets.All)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Properties that are marked with the <see cref="T:System.ComponentModel.MergablePropertyAttribute" /> set to true can be combined with properties belonging to other objects in a Properties window. Properties that are marked with the <see cref="T:System.ComponentModel.MergablePropertyAttribute" /> set to false must be displayed separately. The default is true.</para><block subset="none" type="note"><para>When you mark a property with the <see cref="T:System.ComponentModel.MergablePropertyAttribute" /> set to true, the value of this attribute is set to the constant member <see cref="F:System.ComponentModel.MergablePropertyAttribute.Yes" />. For a property marked with the <see cref="T:System.ComponentModel.MergablePropertyAttribute" /> property set to false, the value is <see cref="F:System.ComponentModel.MergablePropertyAttribute.No" />. Therefore, when you want to check the value of this attribute in your code, you must specify the attribute as <see cref="F:System.ComponentModel.MergablePropertyAttribute.Yes" /> or <see cref="F:System.ComponentModel.MergablePropertyAttribute.No" />.</para></block><para>For more information, see <format type="text/html"><a href="30386922-1e00-4602-9ebf-526b271a8b87">Extending Metadata Using Attributes</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies that this property can be combined with properties belonging to other objects in a Properties window.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public MergablePropertyAttribute (bool allowMerge);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(bool allowMerge) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="allowMerge" Type="System.Boolean" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.ComponentModel.MergablePropertyAttribute" /> class.</para></summary><param name="allowMerge"><attribution license="cc4" from="Microsoft" modified="false" />true if this property can be combined with properties belonging to other objects in a Properties window; otherwise, false. </param></Docs></Member><Member MemberName="AllowMerge"><MemberSignature Language="C#" Value="public bool AllowMerge { get; }" /><MemberSignature Language="ILAsm" Value=".property instance bool AllowMerge" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'bool'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value indicating whether this property can be combined with properties belonging to other objects in a Properties window.</para></summary></Docs></Member><Member MemberName="Default"><MemberSignature Language="C#" Value="public static readonly System.ComponentModel.MergablePropertyAttribute Default;" /><MemberSignature Language="ILAsm" Value=".field public static initonly class System.ComponentModel.MergablePropertyAttribute Default" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.ComponentModel.MergablePropertyAttribute</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When you mark a property with this value, this attribute is set to the constant member <see cref="F:System.ComponentModel.MergablePropertyAttribute.No" />. Therefore, when you want to check whether the attribute is set to this value in your code, you must specify the attribute as <see cref="F:System.ComponentModel.MergablePropertyAttribute.No" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the default value, which is <see cref="F:System.ComponentModel.MergablePropertyAttribute.Yes" />, that is a property can be combined with properties belonging to other objects in a Properties window. This static field is read-only.</para></summary></Docs></Member><Member MemberName="Equals"><MemberSignature Language="C#" Value="public override bool Equals (object obj);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object obj) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="obj" Type="System.Object" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates whether this instance and a specified object are equal.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if <paramref name="obj" /> is equal to this instance; otherwise, false.</para></returns><param name="obj"><attribution license="cc4" from="Microsoft" modified="false" />Another object to compare to. </param></Docs></Member><Member MemberName="GetHashCode"><MemberSignature Language="C#" Value="public override int GetHashCode ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 GetHashCode() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns the hash code for this instance.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A hash code for the current <see cref="T:System.ComponentModel.MergablePropertyAttribute" />.</para></returns></Docs></Member><Member MemberName="IsDefaultAttribute"><MemberSignature Language="C#" Value="public override bool IsDefaultAttribute ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool IsDefaultAttribute() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines if this attribute is the default.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the attribute is the default value for this attribute class; otherwise, false.</para></returns></Docs></Member><Member MemberName="No"><MemberSignature Language="C#" Value="public static readonly System.ComponentModel.MergablePropertyAttribute No;" /><MemberSignature Language="ILAsm" Value=".field public static initonly class System.ComponentModel.MergablePropertyAttribute No" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.ComponentModel.MergablePropertyAttribute</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When you mark a property with the <see cref="T:System.ComponentModel.MergablePropertyAttribute" /> set to false, the value of this attribute is set to the constant member <see cref="F:System.ComponentModel.MergablePropertyAttribute.No" />. Therefore, when you want to check whether the attribute is set to this value in your code, you must specify the attribute as <see cref="F:System.ComponentModel.MergablePropertyAttribute.No" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies that a property cannot be combined with properties belonging to other objects in a Properties window. This static field is read-only.</para></summary></Docs></Member><Member MemberName="Yes"><MemberSignature Language="C#" Value="public static readonly System.ComponentModel.MergablePropertyAttribute Yes;" /><MemberSignature Language="ILAsm" Value=".field public static initonly class System.ComponentModel.MergablePropertyAttribute Yes" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.ComponentModel.MergablePropertyAttribute</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is the default setting for this attribute.</para><para>When you mark a property with the <see cref="T:System.ComponentModel.MergablePropertyAttribute" /> set to true, the value of this attribute is set to the constant member <see cref="F:System.ComponentModel.MergablePropertyAttribute.Yes" />. Therefore, when you want to check whether the attribute is set to this value in your code, you must specify the attribute as <see cref="F:System.ComponentModel.MergablePropertyAttribute.Yes" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies that a property can be combined with properties belonging to other objects in a Properties window. This static field is read-only.</para></summary></Docs></Member></Members></Type>