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()

属性值

一个数组,该数组表示将以菜单为目标的多个项。

适用于