This documentation is archived and is not being maintained.
AttachableMemberIdentifier Class
Visual Studio 2010
Provides a XAML type system identifier representation for attachable members. The identifier structure parallels the declaringType.memberName string form for attachable member usage.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
