Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Private Function get_CfgType ( _
ByRef iidCfg As Guid, _
<OutAttribute> ByRef ppCfg As IntPtr _
) As Integer Implements IVsProjectFlavorCfg.get_CfgType
'使用
Dim instance As ProjectConfig
Dim iidCfg As Guid
Dim ppCfg As IntPtr
Dim returnValue As Integer
returnValue = CType(instance, IVsProjectFlavorCfg).get_CfgType(iidCfg, _
ppCfg)
int IVsProjectFlavorCfg.get_CfgType(
ref Guid iidCfg,
out IntPtr ppCfg
)
private:
virtual int get_CfgType(
Guid% iidCfg,
[OutAttribute] IntPtr% ppCfg
) sealed = IVsProjectFlavorCfg::get_CfgType
JScript does not support explicit interface implementations.
Parameters
- iidCfg
Type: System.Guid%
- ppCfg
Type: System.IntPtr%
Return Value
Type: System.Int32
Implements
IVsProjectFlavorCfg.get_CfgType(Guid%, IntPtr%)
Permissions
- 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.