get_CfgType Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Overridable Function get_CfgType ( _
    ByRef iidCfg As Guid, _
    <OutAttribute> ByRef ppCfg As IntPtr _
) As Integer
'Usage
Dim instance As ProjectConfig
Dim iidCfg As Guid
Dim ppCfg As IntPtr
Dim returnValue As Integer

returnValue = instance.get_CfgType(iidCfg, _
    ppCfg)
public virtual int get_CfgType(
    ref Guid iidCfg,
    out IntPtr ppCfg
)
public:
virtual int get_CfgType(
    Guid% iidCfg, 
    [OutAttribute] IntPtr% ppCfg
)
abstract get_CfgType : 
        iidCfg:Guid byref * 
        ppCfg:IntPtr byref -> int 
override get_CfgType : 
        iidCfg:Guid byref * 
        ppCfg:IntPtr byref -> int 
public function get_CfgType(
    iidCfg : Guid, 
    ppCfg : IntPtr
) : int

Parameters

Return Value

Type: System..::..Int32

Implements

IVsProjectCfg2get_CfgType(Guid%, IntPtr%)

See Also

Reference

ProjectConfig Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace