Metodo ProjectConfig.IVsProjectFlavorCfg.get_CfgType

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
Private Function get_CfgType ( _
    ByRef iidCfg As Guid, _
    <OutAttribute> ByRef ppCfg As IntPtr _
) As Integer Implements IVsProjectFlavorCfg.get_CfgType
int IVsProjectFlavorCfg.get_CfgType(
    ref Guid iidCfg,
    out IntPtr ppCfg
)
private:
virtual int get_CfgType(
    Guid% iidCfg, 
    [OutAttribute] IntPtr% ppCfg
) sealed = IVsProjectFlavorCfg::get_CfgType
private abstract get_CfgType : 
        iidCfg:Guid byref * 
        ppCfg:IntPtr byref -> int 
private override get_CfgType : 
        iidCfg:Guid byref * 
        ppCfg:IntPtr byref -> int 
JScript non supporta le implementazioni esplicite dell'interfaccia.

Parametri

  • iidCfg
    Tipo: System.Guid%
    IID che rappresenta il tipo di oggetto di configurazione che è necessario creare.
  • ppCfg
    Tipo: System.IntPtr%
    Oggetto di configurazione creato dal metodo.

Valore restituito

Tipo: System.Int32
HRESULT

Implementa

IVsProjectFlavorCfg.get_CfgType(Guid%, IntPtr%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ProjectConfig Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.Internal