ToolsMenuItemBase.Parent 속성

Gets or sets the node in the hierarchy that owns the menu item.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Public Overridable Property Parent As INodeInformation 
    Get 
    Set
‘사용 방법
Dim instance As ToolsMenuItemBase 
Dim value As INodeInformation 

value = instance.Parent

instance.Parent = value
public virtual INodeInformation Parent { get; set; }
public:
virtual property INodeInformation^ Parent {
    INodeInformation^ get ();
    void set (INodeInformation^ value);
}
abstract Parent : INodeInformation with get, set 
override Parent : INodeInformation with get, set
function get Parent () : INodeInformation 
function set Parent (value : INodeInformation)

속성 값

유형: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation
Returns the node in the hierarchy that owns the menu item.

구현

IMenuItem.Parent

참고 항목

참조

ToolsMenuItemBase 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스