IActiveDesigner::GetRuntimeClassID Method (Guid)

 

Retrieves the class identifier (CLSID) for the runtime portion of the ActiveX designer. Designers generally have separate runtime and design time components.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetRuntimeClassID(
	[OutAttribute] Guid% pclsid
)

Parameters

pclsid
Type: System::Guid

[out] Pointer to the CLSID of the runtime portion of the designer.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From designer.idl:

HRESULT IActiveDesigner::GetRuntimeClassID(
   [out] CLSID * pclsid
);
Return to top
Show: