Partager via


ProjectConfig.get_CfgType, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Int32

Implémentations

IVsProjectCfg2.get_CfgType(Guid%, IntPtr%)

Sécurité .NET Framework

Voir aussi

Référence

ProjectConfig Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms