Gets the element name property for this domain class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public ReadOnly Property NameDomainProperty As DomainPropertyInfo
'使用
Dim instance As DomainClassInfo
Dim value As DomainPropertyInfo
value = instance.NameDomainProperty
public DomainPropertyInfo NameDomainProperty { get; }
public:
property DomainPropertyInfo^ NameDomainProperty {
DomainPropertyInfo^ get ();
}
public function get NameDomainProperty () : DomainPropertyInfo
Property Value
Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
A DomainPropertyInfo object.
Remarks
This property has the element name property for this domain class, if this domain class or one of its ascendants have defined an element name property.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.