CompartmentTypeDescriptor 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
| CompartmentTypeDescriptor(ICustomTypeDescriptor, Compartment) | |
| CompartmentTypeDescriptor(ICustomTypeDescriptor, PresentationElement, ModelElement) |
Kullanımdan kalktı.
Yeni bir CompartmentTypeDescriptor oluşturur |
CompartmentTypeDescriptor(ICustomTypeDescriptor, Compartment)
public:
CompartmentTypeDescriptor(System::ComponentModel::ICustomTypeDescriptor ^ parent, Microsoft::VisualStudio::Modeling::Diagrams::Compartment ^ element);
public CompartmentTypeDescriptor (System.ComponentModel.ICustomTypeDescriptor parent, Microsoft.VisualStudio.Modeling.Diagrams.Compartment element);
new Microsoft.VisualStudio.Modeling.Diagrams.CompartmentTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.Diagrams.Compartment -> Microsoft.VisualStudio.Modeling.Diagrams.CompartmentTypeDescriptor
Public Sub New (parent As ICustomTypeDescriptor, element As Compartment)
Parametreler
- parent
- ICustomTypeDescriptor
- element
- Compartment
Şunlara uygulanır
CompartmentTypeDescriptor(ICustomTypeDescriptor, PresentationElement, ModelElement)
Dikkat
This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, Compartment) constructor instead.
Yeni bir CompartmentTypeDescriptor oluşturur
public:
CompartmentTypeDescriptor(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, Compartment) constructor instead.", true)]
public CompartmentTypeDescriptor (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, Compartment) constructor instead.", true)>]
new Microsoft.VisualStudio.Modeling.Diagrams.CompartmentTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Diagrams.CompartmentTypeDescriptor
Public Sub New (parent As ICustomTypeDescriptor, presentationElement As PresentationElement, element As ModelElement)
Parametreler
- parent
- ICustomTypeDescriptor
- presentationElement
- PresentationElement
- element
- ModelElement
- Öznitelikler