DeletedUINode(String, UINodeType) 构造函数

定义

初始化 DeletedUINode 类的新实例。

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

参数

path
String

UINode 完整路径

uiNodeType
UINodeType

UI 节点类型

适用于