ElementTypeDescriptor Oluşturucular

Tanım

Aşırı Yüklemeler

ElementTypeDescriptor(ModelElement)

Oluşturucu

ElementTypeDescriptor(Type)

tüketilen MEL türünü temsil eden sarmalayıcı sınıfını oluşturmak için ctor

ElementTypeDescriptor(ICustomTypeDescriptor, ModelElement)

Özellik Kılavuzu tarafından tüketilen öğeyi temsil eden sarmalayıcı sınıfını oluşturmak için ctor.

ElementTypeDescriptor(ICustomTypeDescriptor, Type)

tüketilen MEL türünü temsil eden sarmalayıcı sınıfını oluşturmak için ctor

ElementTypeDescriptor(ModelElement)

Oluşturucu

protected public:
 ElementTypeDescriptor(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
protected internal ElementTypeDescriptor (Microsoft.VisualStudio.Modeling.ModelElement element);
new Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor
Protected Friend Sub New (element As ModelElement)

Parametreler

element
ModelElement

Şunlara uygulanır

ElementTypeDescriptor(Type)

tüketilen MEL türünü temsil eden sarmalayıcı sınıfını oluşturmak için ctor

protected public:
 ElementTypeDescriptor(Type ^ elementType);
protected internal ElementTypeDescriptor (Type elementType);
new Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor : Type -> Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor
Protected Friend Sub New (elementType As Type)

Parametreler

elementType
Type

Açıklanacak öğe türü.

Şunlara uygulanır

ElementTypeDescriptor(ICustomTypeDescriptor, ModelElement)

Özellik Kılavuzu tarafından tüketilen öğeyi temsil eden sarmalayıcı sınıfını oluşturmak için ctor.

protected public:
 ElementTypeDescriptor(System::ComponentModel::ICustomTypeDescriptor ^ parent, Microsoft::VisualStudio::Modeling::ModelElement ^ element);
protected internal ElementTypeDescriptor (System.ComponentModel.ICustomTypeDescriptor parent, Microsoft.VisualStudio.Modeling.ModelElement element);
new Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor
Protected Friend Sub New (parent As ICustomTypeDescriptor, element As ModelElement)

Parametreler

parent
ICustomTypeDescriptor

Üst özel tür tanımlayıcısı.

element
ModelElement

Şunlara uygulanır

ElementTypeDescriptor(ICustomTypeDescriptor, Type)

tüketilen MEL türünü temsil eden sarmalayıcı sınıfını oluşturmak için ctor

protected public:
 ElementTypeDescriptor(System::ComponentModel::ICustomTypeDescriptor ^ parent, Type ^ elementType);
protected internal ElementTypeDescriptor (System.ComponentModel.ICustomTypeDescriptor parent, Type elementType);
new Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Type -> Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor
Protected Friend Sub New (parent As ICustomTypeDescriptor, elementType As Type)

Parametreler

parent
ICustomTypeDescriptor

Üst özel tür tanımlayıcısı.

elementType
Type

Açıklanacak öğe türü.

Şunlara uygulanır