Share via


DatabaseProjectConfig.get_CfgType Method

This class and its members are reserved for internal use and are not intended to be used in your code.

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

Syntax

'Declaration
Public Overrides Function get_CfgType ( _
    ByRef iidCfg As Guid, _
    <OutAttribute> ByRef ppCfg As IntPtr _
) As Integer
public override int get_CfgType(
    ref Guid iidCfg,
    out IntPtr ppCfg
)
public:
virtual int get_CfgType(
    Guid% iidCfg, 
    [OutAttribute] IntPtr% ppCfg
) override
abstract get_CfgType : 
        iidCfg:Guid byref * 
        ppCfg:IntPtr byref -> int 
override get_CfgType : 
        iidCfg:Guid byref * 
        ppCfg:IntPtr byref -> int 
public override function get_CfgType(
    iidCfg : Guid, 
    ppCfg : IntPtr
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsProjectCfg2.get_CfgType(Guid%, IntPtr%)

.NET Framework Security

See Also

Reference

DatabaseProjectConfig Class

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