ToolsMenuItemBase.Parent 속성

정의

메뉴 항목을 소유하는 계층의 노드를 가져오거나 설정합니다.

public:
 virtual property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ Parent { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ value); };
public virtual Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation Parent { get; set; }
member this.Parent : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation with get, set
Public Overridable Property Parent As INodeInformation

속성 값

메뉴 항목을 소유하는 계층의 노드를 반환합니다.

구현

적용 대상