Método IVsStructuredFileIO.GetFormatInfo (UInt32, UInt32 )
Retorna as informações de formato para o índice do formato.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetFormatInfo(
uint nFormatIndex,
uint[] puiCodePage
)
int GetFormatInfo(
unsigned int nFormatIndex,
array<unsigned int>^ puiCodePage
)
abstract GetFormatInfo :
nFormatIndex:uint32 *
puiCodePage:uint32[] -> int
Function GetFormatInfo (
nFormatIndex As UInteger,
puiCodePage As UInteger()
) As Integer
Parâmetros
- nFormatIndex
[in] Integer que contém o índice do formato.
- puiCodePage
[out, opcional] Ponteiro para a página de código.
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 IVsStructuredFileIO::GetFormatInfo(
[in] ULONG nFormatIndex,
[out, optional] UINT *puiCodePage
);
Consulte também
Interface IVsStructuredFileIO
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo