Método ProjectConfig.get_CfgType
Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Public Overridable Function get_CfgType ( _
ByRef iidCfg As Guid, _
<OutAttribute> ByRef ppCfg As IntPtr _
) As Integer
public virtual int get_CfgType(
ref Guid iidCfg,
out IntPtr ppCfg
)
public:
virtual int get_CfgType(
Guid% iidCfg,
[OutAttribute] IntPtr% ppCfg
)
abstract get_CfgType :
iidCfg:Guid byref *
ppCfg:IntPtr byref -> int
override get_CfgType :
iidCfg:Guid byref *
ppCfg:IntPtr byref -> int
public function get_CfgType(
iidCfg : Guid,
ppCfg : IntPtr
) : int
Parâmetros
- iidCfg
Tipo: System.Guid%
- ppCfg
Tipo: System.IntPtr%
Valor de retorno
Tipo: System.Int32
Implementações
IVsProjectCfg2.get_CfgType(Guid%, IntPtr%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal