IVsDependency::get_Type Method (Guid)
Visual Studio 2015
Returns the type of a dependency.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pguidType
-
Type:
System::Guid
[out] Pointer to an identifier representing the type of the dependency.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsDependency::get_Type( [out] GUID *pguidType );
Show: