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

속성 값

메뉴를 대상으로 할 여러 항목을 나타내는 배열입니다.

적용 대상