ProjectConfig.IVsProjectFlavorCfg.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.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Private Function get_CfgType ( _
ByRef iidCfg As Guid, _
<OutAttribute> ByRef ppCfg As IntPtr _
) As Integer Implements IVsProjectFlavorCfg.get_CfgType
int IVsProjectFlavorCfg.get_CfgType(
ref Guid iidCfg,
out IntPtr ppCfg
)
private:
virtual int get_CfgType(
Guid% iidCfg,
[OutAttribute] IntPtr% ppCfg
) sealed = IVsProjectFlavorCfg::get_CfgType
private abstract get_CfgType :
iidCfg:Guid byref *
ppCfg:IntPtr byref -> int
private override get_CfgType :
iidCfg:Guid byref *
ppCfg:IntPtr byref -> int
JScript does not support explicit interface implementations.
Parameters
- iidCfg
Type: System.Guid%
IID that represents the type of config object you should create.
- ppCfg
Type: System.IntPtr%
Config object that the method created.
Return Value
Type: System.Int32
HRESULT
Implements
IVsProjectFlavorCfg.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.Internal Namespace