Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub New ( _
owner As ElementTypeDescriptor, _
modelElement As ModelElement, _
domainProperty As DomainPropertyInfo, _
attributes As Attribute() _
)
'使用
Dim owner As ElementTypeDescriptor
Dim modelElement As ModelElement
Dim domainProperty As DomainPropertyInfo
Dim attributes As Attribute()
Dim instance As New ElementPropertyDescriptor(owner, modelElement, _
domainProperty, attributes)
public ElementPropertyDescriptor(
ElementTypeDescriptor owner,
ModelElement modelElement,
DomainPropertyInfo domainProperty,
Attribute[] attributes
)
public:
ElementPropertyDescriptor(
ElementTypeDescriptor^ owner,
ModelElement^ modelElement,
DomainPropertyInfo^ domainProperty,
array<Attribute^>^ attributes
)
public function ElementPropertyDescriptor(
owner : ElementTypeDescriptor,
modelElement : ModelElement,
domainProperty : DomainPropertyInfo,
attributes : Attribute[]
)
Parameters
- modelElement
Type: Microsoft.VisualStudio.Modeling.ModelElement
- domainProperty
Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
- attributes
Type: []
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.
See Also
Reference
ElementPropertyDescriptor Class
ElementPropertyDescriptor Members