IActiveDesigner::GetRuntimeClassID Method (Guid)
Visual Studio 2015
Retrieves the class identifier (CLSID) for the runtime portion of the ActiveX designer. Designers generally have separate runtime and design time components.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pclsid
-
Type:
System::Guid
[out] Pointer to the CLSID of the runtime portion of the designer.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From designer.idl:
HRESULT IActiveDesigner::GetRuntimeClassID( [out] CLSID * pclsid );
Show: