Sdílet prostřednictvím


IVsDataViewHierarchy.GetOtherViewHierarchy – metoda

Načte data zobrazit hierarchii přidružené k dané připojení Server Explorer.

Obor názvů:  Microsoft.VisualStudio.Data.Services.SupportEntities
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
Function GetOtherViewHierarchy ( _
    explorerConnection As IVsDataExplorerConnection _
) As IVsDataViewHierarchy
IVsDataViewHierarchy GetOtherViewHierarchy(
    IVsDataExplorerConnection explorerConnection
)
IVsDataViewHierarchy^ GetOtherViewHierarchy(
    IVsDataExplorerConnection^ explorerConnection
)
abstract GetOtherViewHierarchy : 
        explorerConnection:IVsDataExplorerConnection -> IVsDataViewHierarchy 
function GetOtherViewHierarchy(
    explorerConnection : IVsDataExplorerConnection
) : IVsDataViewHierarchy

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchy
IVsDataViewHierarchy Objekt představující data zobrazit hierarchii pro dané připojení.

Výjimky

Výjimka Podmínka
ArgumentNullException

The explorerConnection parameter is nullodkaz null (Nothing v jazyce Visual Basic).

InvalidOperationException

Zprostředkovatel dat spojených s explorerConnection parametr se liší od aktuálního zprostředkovatele dat.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataViewHierarchy Rozhraní

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů