Sdílet prostřednictvím


ElementPropertyDescriptor – konstruktor (ModelElement, DomainPropertyInfo, array<Attribute )

Vytvoří novou instanci třídy ElementPropertyDescriptor.

Obor názvů:  Microsoft.VisualStudio.Modeling.Design
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    modelElement As ModelElement, _
    domainProperty As DomainPropertyInfo, _
    attributes As Attribute() _
)
public ElementPropertyDescriptor(
    ModelElement modelElement,
    DomainPropertyInfo domainProperty,
    Attribute[] attributes
)

Parametry

Výjimky

Výjimka Podmínka
ArgumentNullException

domainProperty je nullodkaz null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ElementPropertyDescriptor Třída

ElementPropertyDescriptor – přetížení

Microsoft.VisualStudio.Modeling.Design – obor názvů

ModelElement