Sdílet prostřednictvím


ProjectConfig.get_CfgType – metoda

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public Overridable Function get_CfgType ( _
    ByRef iidCfg As Guid, _
    <OutAttribute> ByRef ppCfg As IntPtr _
) As Integer
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

Parametry

Vrácená hodnota

Typ: System.Int32

Implementuje

IVsProjectCfg2.get_CfgType(Guid%, IntPtr%)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ProjectConfig Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů