PresentationElementTypeDescriptor Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| PresentationElementTypeDescriptor(ICustomTypeDescriptor, PresentationElement) | |
| PresentationElementTypeDescriptor(ICustomTypeDescriptor, PresentationElement, ModelElement) |
Kullanımdan kalktı.
Özellik Kılavuzu tarafından tüketilen öğeyi temsil eden sarmalayıcı sınıfını oluşturmak için ctor. |
PresentationElementTypeDescriptor(ICustomTypeDescriptor, PresentationElement)
public:
PresentationElementTypeDescriptor(System::ComponentModel::ICustomTypeDescriptor ^ parent, Microsoft::VisualStudio::Modeling::Diagrams::PresentationElement ^ element);
public PresentationElementTypeDescriptor (System.ComponentModel.ICustomTypeDescriptor parent, Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement element);
new Microsoft.VisualStudio.Modeling.Diagrams.PresentationElementTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement -> Microsoft.VisualStudio.Modeling.Diagrams.PresentationElementTypeDescriptor
Public Sub New (parent As ICustomTypeDescriptor, element As PresentationElement)
Parametreler
- parent
- ICustomTypeDescriptor
- element
- PresentationElement
Şunlara uygulanır
PresentationElementTypeDescriptor(ICustomTypeDescriptor, PresentationElement, ModelElement)
Dikkat
This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, PresentationElement) constructor instead.
Özellik Kılavuzu tarafından tüketilen öğeyi temsil eden sarmalayıcı sınıfını oluşturmak için ctor.
protected public:
PresentationElementTypeDescriptor(System::ComponentModel::ICustomTypeDescriptor ^ parent, Microsoft::VisualStudio::Modeling::Diagrams::PresentationElement ^ presentationElement, Microsoft::VisualStudio::Modeling::ModelElement ^ element);
[System.Obsolete("This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, PresentationElement) constructor instead.", true)]
protected internal PresentationElementTypeDescriptor (System.ComponentModel.ICustomTypeDescriptor parent, Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement presentationElement, Microsoft.VisualStudio.Modeling.ModelElement element);
[<System.Obsolete("This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, PresentationElement) constructor instead.", true)>]
new Microsoft.VisualStudio.Modeling.Diagrams.PresentationElementTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Diagrams.PresentationElementTypeDescriptor
Protected Friend Sub New (parent As ICustomTypeDescriptor, presentationElement As PresentationElement, element As ModelElement)
Parametreler
- parent
- ICustomTypeDescriptor
- presentationElement
- PresentationElement
- element
- ModelElement
- Öznitelikler