Sdílet prostřednictvím


IVsDependency.get_Type – metoda (Guid)

 

Vrátí hodnotu typu závislost.

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

Syntaxe

int get_Type(
    out Guid pguidType
)
int get_Type(
    [OutAttribute] Guid% pguidType
)
abstract get_Type : 
        pguidType:Guid byref -> int
Function get_Type (
    <OutAttribute> ByRef pguidType As Guid
) As Integer

Parametry

  • pguidType
    [výstup] Ukazatel na identifikátor představující typ závislosti.

Vrácená hodnota

Type: System.Int32

Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.

Poznámky

Podpis COM

Z vsshell.idl:

HRESULT IVsDependency::get_Type(
   [out] GUID *pguidType
);

Viz také

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

Zpátky na začátek