MovedUINode(String, String, UINodeType) Konstruktor

Definition

Initialisiert eine neue Instanz der MovedUINode-Klasse.

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

Parameter

path
String

Vollständiger Pfad des UI-Knotens

oldPath
String

Der alte Pfad der Benutzeroberflächen Knoten.

uiNodeType
UINodeType

Der uinode-Typ

Gilt für