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
Attachable |
Initializes a new instance of the AttachableMemberIdentifier class. |
Properties
Declaring |
Gets or sets the |
Member |
Gets or sets the |
Methods
Equals(Attachable |
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. |
Get |
Returns the hash code for this AttachableMemberIdentifier. |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
To |
Returns a String that represents the current AttachableMemberIdentifier. |
Operators
Equality(Attachable |
Determines whether two specified AttachableMemberIdentifier objects have the same value. |
Inequality(Attachable |
Determines whether two specified AttachableMemberIdentifier objects have different values. |
Applies to
製品 | バージョン |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
See also
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。