DeletedUINode(String, UINodeType) Constructor

Definition

Initializes a new instance of the DeletedUINode class.

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)

Parameters

path
String

The UINode full path

uiNodeType
UINodeType

The UI Node type

Applies to