IVsSimpleLibrary2::GetGuid Method (Guid)
Visual Studio 2015
Returns the GUID of the library.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pguidLib
-
Type:
System::Guid
[out] Returns the GUID that identifies this library.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsSimpleLibrary2::GetGuid( GUID *ppguidLib );
This method returns the GUID identifying the current library. This GUID should be unique to the library.
Show: