AttachableMemberIdentifier Class
Definition
Provides a XAML type system identifier representation for attachable members. The identifier structure parallels the declaringType
.
memberName
string form for attachable member usage.
public ref class AttachableMemberIdentifier : IEquatable<System::Xaml::AttachableMemberIdentifier ^>
public class AttachableMemberIdentifier : IEquatable<System.Xaml.AttachableMemberIdentifier>
type AttachableMemberIdentifier = class
interface IEquatable<AttachableMemberIdentifier>
Public Class AttachableMemberIdentifier
Implements IEquatable(Of AttachableMemberIdentifier)
- Inheritance
-
AttachableMemberIdentifier
- Implements
Constructors
AttachableMemberIdentifier(Type, String) |
Initializes a new instance of the AttachableMemberIdentifier class. |
Properties
DeclaringType |
Gets or sets the |
MemberName |
Gets or sets the |
Methods
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. |
GetHashCode() |
Returns the hash code for this AttachableMemberIdentifier. |
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. |
Operators
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. |