IVsProjectCfg2.get_CfgType(Guid, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to a configuration interface such as IVsBuildableProjectCfg 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 configuration interface 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.