Método IVsHTMLConverter.get_DefaultURLEncodingCodePage (UInt32)
Retorna o valor da página de código padrão usado ao codificar seqüências de caracteres.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int get_DefaultURLEncodingCodePage(
out uint pulCodePage
)
int get_DefaultURLEncodingCodePage(
[OutAttribute] unsigned int% pulCodePage
)
abstract get_DefaultURLEncodingCodePage :
pulCodePage:uint32 byref -> int
Function get_DefaultURLEncodingCodePage (
<OutAttribute> ByRef pulCodePage As UInteger
) As Integer
Parâmetros
- pulCodePage
[out] Ponteiro para a página de código padrão.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsHTMLConverter::get_DefaultURLEncodingCodePage(
[out]UINT *pulCodePage
);
Consulte também
Interface IVsHTMLConverter
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo