Sdílet prostřednictvím


MovedUINode(String, String, UINodeType) Constructor

Definition

Initializes a new instance of the MovedUINode class.

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)

Parameters

path
String

The UI Node full path

oldPath
String

The UI Node old path

uiNodeType
UINodeType

The UINode type

Applies to