Condividi tramite


INavigableItem.GetChildren(ItemScope) Metodo

Definizione

Recupera gli elementi figlio con l'ambito specificato dell'elemento.

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)

Parametri

view
ItemScope

Ambito dell'elemento.

Restituisce

Restituisce i figli con un ambito specifico dell'elemento.

Si applica a