MemberDefinition 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 the base class that is used for a markup technique of defining members of a class in declarative XAML.
public ref class MemberDefinition abstract
public abstract class MemberDefinition
type MemberDefinition = class
Public MustInherit Class MemberDefinition
- Inheritance
-
MemberDefinition
- Derived
Remarks
The PropertyDefinition class is the relevant practical class that enables defining a property in declarative XAML.
Support for the overall feature of defining members of a class in declarative XAML is not self-contained in this API. This API only provides the markup definitions that make the declarations possible in XAML. The actual build task handling of how such XAML is interpreted is specific to individual build tasks and the frameworks or technologies that reference them.
Constructors
MemberDefinition() |
Initializes a new instance of the MemberDefinition class. |
Properties
Name |
When implemented in a derived class, gets or sets the name of the member to define. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
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 object. (Inherited from Object) |