Share via


ProjectConfig.IVsProjectFlavorCfg.get_CfgType Method

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Private Function get_CfgType ( _
    ByRef iidCfg As Guid, _
    <OutAttribute> ByRef ppCfg As IntPtr _
) As Integer Implements IVsProjectFlavorCfg.get_CfgType
'Usage
Dim instance As ProjectConfig
Dim iidCfg As Guid
Dim ppCfg As IntPtr
Dim returnValue As Integer

returnValue = CType(instance, IVsProjectFlavorCfg).get_CfgType(iidCfg, _
    ppCfg)
int IVsProjectFlavorCfg.get_CfgType(
    ref Guid iidCfg,
    out IntPtr ppCfg
)
private:
virtual int get_CfgType(
    Guid% iidCfg, 
    [OutAttribute] IntPtr% ppCfg
) sealed = IVsProjectFlavorCfg::get_CfgType
JScript does not support explicit interface implementations.
private abstract get_CfgType : 
        iidCfg:Guid * 
        ppCfg:IntPtr -> int 
private override get_CfgType : 
        iidCfg:Guid * 
        ppCfg:IntPtr -> int 

Parameters

Return Value

Type: System.Int32

Implements

IVsProjectFlavorCfg.get_CfgType(Guid%, IntPtr%)

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace