IRequireClasses::GetRequiredClasses Method (UInt32, Guid)
Visual Studio 2015
Retrieves the CLSID of a requested required class.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- index
-
Type:
System::UInt32
[in] Index of the class to retrieve.
- pclsid
-
Type:
System::Guid
[out] The CLSID of the requested class.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From objext.idl:
[C++]
HRESULT IRequireClasses::GetRequiredClasses( [in] ULONG index, CLSID* pclsid );
Show: