WorkspaceVisualNodeBase.UINode Property
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.
The UI container object
public:
property Microsoft::VisualStudio::Workspace::VSIntegration::UI::IUINode ^ UINode { Microsoft::VisualStudio::Workspace::VSIntegration::UI::IUINode ^ get(); };
public:
property Microsoft::VisualStudio::Workspace::VSIntegration::UI::IUINode ^ UINode { Microsoft::VisualStudio::Workspace::VSIntegration::UI::IUINode ^ get(); };
public Microsoft.VisualStudio.Workspace.VSIntegration.UI.IUINode UINode { get; }
public Microsoft.VisualStudio.Workspace.VSIntegration.UI.IUINode? UINode { get; }
member this.UINode : Microsoft.VisualStudio.Workspace.VSIntegration.UI.IUINode
Public ReadOnly Property UINode As IUINode