Udostępnij za pośrednictwem


Metoda IVsDependency.get_Type — (Guid)

 

Zwraca typ współzależności.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

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
    [out] Wskaźnik na identyfikator reprezentujący typ zależności.

Wartość zwracana

Type: System.Int32

Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.

Uwagi

Podpis COM

Z vsshell.idl:

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

Zobacz też

Interfejs IVsDependency
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku