ProjectConfig.get_CfgType Method
Gets the type of the configuration.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overridable Function get_CfgType ( _
ByRef iidCfg As Guid, _
<OutAttribute> ByRef ppCfg As IntPtr _
) As Integer
'Usage
Dim instance As ProjectConfig
Dim iidCfg As Guid
Dim ppCfg As IntPtr
Dim returnValue As Integer
returnValue = instance.get_CfgType(iidCfg, _
ppCfg)
public virtual int get_CfgType(
ref Guid iidCfg,
out IntPtr ppCfg
)
public:
virtual int get_CfgType(
Guid% iidCfg,
[OutAttribute] IntPtr% ppCfg
)
public function get_CfgType(
iidCfg : Guid,
ppCfg : IntPtr
) : int
abstract get_CfgType :
iidCfg:Guid *
ppCfg:IntPtr -> int
override get_CfgType :
iidCfg:Guid *
ppCfg:IntPtr -> int
Parameters
- iidCfg
Type: System.Guid%
The interface identifier of the configuration interface to access
- ppCfg
Type: System.IntPtr%
Out. Pointer to the configuration interface identified by iidCfg
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.Project.Project.MPF Namespace