次の方法で共有


IMultiSelectMenuHandler.Parents プロパティ

定義

メニューを対象とする複数の項目を取得または設定します。

public:
 property cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^> ^ Parents { cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^> ^ value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] Parents { get; set; }
member this.Parents : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] with get, set
Public Property Parents As INodeInformation()

プロパティ値

メニューを対象とする複数の項目を表す配列です。

適用対象