Represents a property of a domain class.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Modeling.DomainObjectInfo
    Microsoft.VisualStudio.Modeling.DomainPropertyInfo
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
声明
Public NotInheritable Class DomainPropertyInfo _
    Inherits DomainObjectInfo
public sealed class DomainPropertyInfo : DomainObjectInfo
public ref class DomainPropertyInfo sealed : public DomainObjectInfo
[<Sealed>]
type DomainPropertyInfo =  
    class
        inherit DomainObjectInfo
    end
public final class DomainPropertyInfo extends DomainObjectInfo
The DomainPropertyInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | DefaultValue | Gets the default value of this domain property. | 
| .gif) | DisplayName | Gets the display name of the element. (Inherited from DomainObjectInfo.) | 
| .gif) | DomainClass | Gets the domain class where this property is declared. | 
| .gif) | DomainModel | Gets domain model where the domain class that has this property is defined. (Overrides DomainObjectInfo.DomainModel.) | 
| .gif) | ElementNameProvider | Gets a unique name provider for this domain property. | 
| .gif) | Id | Gets the ID of the element. (Inherited from DomainObjectInfo.) | 
| .gif) | Kind | Gets the kind for this property. | 
| .gif) | Name | Gets the name of the element. (Inherited from DomainObjectInfo.) | 
| .gif) | PropertyInfo | Gets the information about the domain property. | 
| .gif) | PropertyType | Gets the type that is assigned to the property. | 
| .gif) | ValueHandler | Gets the value handler for this property. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | GetValue | Gets the value of a property for a specific model element. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | NotifyValueChange | Notifies listeners that a value for a property has changed. | 
| .gif) | SetValue | Sets the property value on a given model element. | 
| .gif) | ToString | Converts the element to a string. (Inherited from DomainObjectInfo.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.