AttachableMemberIdentifier Class
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)
| Name | Description | |
|---|---|---|
![]() | AttachableMemberIdentifier(Type^, String^) | 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() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a String that represents the current AttachableMemberIdentifier. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(AttachableMemberIdentifier^, AttachableMemberIdentifier^) | Determines whether two specified AttachableMemberIdentifier objects have the same value. |
![]() ![]() | Inequality(AttachableMemberIdentifier^, AttachableMemberIdentifier^) | Determines whether two specified AttachableMemberIdentifier objects have different values. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




