Sdílet prostřednictvím


IVsDependencyProvider.EnumDependencies – metoda (IVsEnumDependencies)

 

Poskytuje přístup k enumerátor závislostí.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

int EnumDependencies(
    out IVsEnumDependencies ppIVsEnumDependencies
)
int EnumDependencies(
    [OutAttribute] IVsEnumDependencies^% ppIVsEnumDependencies
)
abstract EnumDependencies : 
        ppIVsEnumDependencies:IVsEnumDependencies byref -> int
Function EnumDependencies (
    <OutAttribute> ByRef ppIVsEnumDependencies As IVsEnumDependencies
) As Integer

Parametry

Vrácená hodnota

Type: System.Int32

Pokud je metoda úspěšná, vrátí S_OK. Pokud selže, vrátí kód chyby.

Poznámky

Podpis modelu COM

Z vsshell.idl:

HRESULT IVsDependencyProvider::EnumDependencies(
   [out] IVsEnumDependencies **ppIVsEnumDependencies
);

IVsEnumDependencies umožňuje její volající procházejte sadu závislosti.

Viz také

IVsDependencyProvider – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek