DatabaseProjectConfig.get_CfgType 方法

该类及其成员保留供内部使用,不应在代码中使用。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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

参数

返回值

类型:System.Int32

实现

IVsProjectCfg2.get_CfgType(Guid%, IntPtr%)

.NET Framework 安全性

请参见

参考

DatabaseProjectConfig 类

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空间