IMultiSelectMenuHandler.Parents Property

Definition

Gets or sets the multiple items that will target a menu.

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

Property Value

An array that represents the multiple items that will target a menu.

Applies to