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
- iidCfg
Type: System.Guid%
- ppCfg
Type: System.IntPtr%
Return Value
Type: System.Int32
Implements
IVsProjectCfg2.get_CfgType(Guid%, IntPtr%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace