次の方法で共有


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

プロパティ値

メニュー項目を所有している階層内のノードを返します。

実装

適用対象