Método IVsProjectCfg.get_TargetCodePage (UInt32)
Método obsoleto.Não use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int get_TargetCodePage(
out uint puiTargetCodePage
)
int get_TargetCodePage(
[OutAttribute] unsigned int% puiTargetCodePage
)
abstract get_TargetCodePage :
puiTargetCodePage:uint32 byref -> int
Function get_TargetCodePage (
<OutAttribute> ByRef puiTargetCodePage As UInteger
) As Integer
Parâmetros
- puiTargetCodePage
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo