CreatedUINode(String, UINodeType) Constructeur

Définition

Initialise une nouvelle instance de la classe CreatedUINode.

public:
 CreatedUINode(System::String ^ path, Microsoft::VisualStudio::Workspace::UINodeType uiNodeType);
public CreatedUINode (string path, Microsoft.VisualStudio.Workspace.UINodeType uiNodeType);
new Microsoft.VisualStudio.Workspace.CreatedUINode : string * Microsoft.VisualStudio.Workspace.UINodeType -> Microsoft.VisualStudio.Workspace.CreatedUINode
Public Sub New (path As String, uiNodeType As UINodeType)

Paramètres

path
String

Chemin complet du nœud de l’interface utilisateur

uiNodeType
UINodeType

Type UINode

S’applique à