INavigableItem.GetChildren(ItemScope) 메서드

정의

항목의 지정한 범위에서 자식을 검색합니다.

public:
 System::Collections::Generic::IList<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigableItem ^> ^ GetChildren(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::ItemScope view);
public System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> GetChildren (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope view);
abstract member GetChildren : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope -> System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem>
Public Function GetChildren (view As ItemScope) As IList(Of INavigableItem)

매개 변수

view
ItemScope

항목의 범위입니다.

반환

항목의 특정 범위에서 자식을 반환합니다.

적용 대상