MovedUINode(String, String, UINodeType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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