IVsProjectFlavorCfg.get_CfgType(Guid, IntPtr) Method

Definition

Provides access to a configuration interfaces such as IVsBuildableProjectCfg2 or IVsDebuggableProjectCfg.

public:
 int get_CfgType(Guid % iidCfg, [Runtime::InteropServices::Out] IntPtr % ppCfg);
public int get_CfgType (ref Guid iidCfg, out IntPtr ppCfg);
abstract member get_CfgType : Guid * nativeint -> int
Public Function get_CfgType (ByRef iidCfg As Guid, ByRef ppCfg As IntPtr) As Integer

Parameters

iidCfg
Guid

[in] Interface identifier of the ppCfg to access.

ppCfg
IntPtr

nativeint

[out, iid_is(iidCfg)] Pointer to the configuration interface identified by iidCfg.

Returns

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

Applies to