Método IVsSolutionBuildManager2.get_CodePage (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_CodePage(
out uint puiCodePage
)
int get_CodePage(
[OutAttribute] unsigned int% puiCodePage
)
abstract get_CodePage :
puiCodePage:uint32 byref -> int
Function get_CodePage (
<OutAttribute> ByRef puiCodePage As UInteger
) As Integer
Parâmetros
- puiCodePage
Não use.
Valor de retorno
Type: System.Int32
Implementações
IVsSolutionBuildManager.get_CodePage(UInt32)
Consulte também
Interface IVsSolutionBuildManager2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo