IVsLibrary::GetGuid Method (Guid)
Visual Studio 2015
Returns a pointer to the GUID of the library.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- ppguidLib
-
Type:
System::Guid
[out] Pointer to the GUID of the current library.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsLibrary::GetGuid(
const GUID **ppguidLib
);
This method returns the GUID identifying the current library. Put the library GUID into the code that implements this method.
Show: