Freigeben über


ProjectConfig.get_CfgType-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Int32

Implementiert

IVsProjectCfg2.get_CfgType(Guid%, IntPtr%)

.NET Framework-Sicherheit

Siehe auch

Referenz

ProjectConfig Klasse

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal-Namespace