AttachableMemberIdentifier Class
.NET Framework 4.5
Provides a XAML type system identifier representation for attachable members. The identifier structure parallels the declaringType.memberName string form for attachable member usage.
Namespace: System.Xaml
Assembly: System.Xaml (in System.Xaml.dll)
The AttachableMemberIdentifier type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AttachableMemberIdentifier | Initializes a new instance of the AttachableMemberIdentifier class. |
| Name | Description | |
|---|---|---|
![]() | DeclaringType | Gets or sets the declaringType component value of the AttachableMemberIdentifier. |
![]() | MemberName | Gets or sets the memberName component value of the AttachableMemberIdentifier. |
| Name | Description | |
|---|---|---|
![]() | Equals(AttachableMemberIdentifier) | Determines whether this instance and another specified AttachableMemberIdentifier object have the same value. |
![]() | Equals(Object) | Determines whether this instance of AttachableMemberIdentifier and a specified object have the same value. (Overrides Object.Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this AttachableMemberIdentifier. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current AttachableMemberIdentifier. (Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Determines whether two specified AttachableMemberIdentifier objects have the same value. |
![]() ![]() | Inequality | Determines whether two specified AttachableMemberIdentifier objects have different values. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
