Compartir a través de


ProjectConfig.IVsProjectFlavorCfg.get_CfgType (Método)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 no admite implementaciones explícitas de interfaces.

Parámetros

  • iidCfg
    Tipo: System.Guid%
    IID que representa el tipo de objeto de configuración que debe crear.
  • ppCfg
    Tipo: System.IntPtr%
    Objeto de configuración creado por el método.

Valor devuelto

Tipo: System.Int32
HRESULT

Implementaciones

IVsProjectFlavorCfg.get_CfgType(Guid%, IntPtr%)

Seguridad de .NET Framework

Vea también

Referencia

ProjectConfig Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)