ModelElementTreeNode Oluşturucular

Tanım

Aşırı Yüklemeler

ModelElementTreeNode(ModelElement)

Yeni bir ModelElementTreeNode örneğini Başlat

ModelElementTreeNode(ModelExplorerTreeContainer, ModelElement)
Kullanımdan kalktı.

Kullanımdan kaldırılmış Oluşturucu

ModelElementTreeNode(ModelElement)

Yeni bir ModelElementTreeNode örneğini Başlat

public:
 ModelElementTreeNode(Microsoft::VisualStudio::Modeling::ModelElement ^ modelElement);
public ModelElementTreeNode (Microsoft.VisualStudio.Modeling.ModelElement modelElement);
new Microsoft.VisualStudio.Modeling.Shell.ModelElementTreeNode : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Shell.ModelElementTreeNode
Public Sub New (modelElement As ModelElement)

Parametreler

modelElement
ModelElement

Bu düğüm tarafından temsil edilen ModelElement

Şunlara uygulanır

ModelElementTreeNode(ModelExplorerTreeContainer, ModelElement)

Dikkat

Use alternate constructor; 'container' parameter is no longer required

Kullanımdan kaldırılmış Oluşturucu

public:
 ModelElementTreeNode(Microsoft::VisualStudio::Modeling::Shell::ModelExplorerTreeContainer ^ container, Microsoft::VisualStudio::Modeling::ModelElement ^ modelElement);
[System.Obsolete("Use alternate constructor; 'container' parameter is no longer required")]
public ModelElementTreeNode (Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer container, Microsoft.VisualStudio.Modeling.ModelElement modelElement);
[<System.Obsolete("Use alternate constructor; 'container' parameter is no longer required")>]
new Microsoft.VisualStudio.Modeling.Shell.ModelElementTreeNode : Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Shell.ModelElementTreeNode
Public Sub New (container As ModelExplorerTreeContainer, modelElement As ModelElement)

Parametreler

container
ModelExplorerTreeContainer

yoksayıldı-yalnızca geriye doğru uyumluluk için tutuluyor

modelElement
ModelElement

Bu düğüm tarafından temsil edilen ModelElement

Öznitelikler

Şunlara uygulanır