AttachableMemberIdentifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Applies to
See also
.NET