MovedUINode(String, String, UINodeType) Construtor

Definição

Inicializa uma nova instância da classe MovedUINode.

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)

Parâmetros

path
String

O caminho completo do nó da interface do usuário

oldPath
String

O caminho antigo do nó da interface do usuário

uiNodeType
UINodeType

O tipo UINode

Aplica-se a