Método IVsUIObject.get_Format (UInt32)
Retorna o formato para o objeto.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int get_Format(
out uint pdwDataFormat
)
int get_Format(
[OutAttribute] unsigned int% pdwDataFormat
)
abstract get_Format :
pdwDataFormat:uint32 byref -> int
Function get_Format (
<OutAttribute> ByRef pdwDataFormat As UInteger
) As Integer
Parâmetros
- pdwDataFormat
[out] Local para retornar o formato.
Valor de retorno
Type: System.Int32
Retorna S_OK se o formato foi retornado.
Consulte também
Interface IVsUIObject
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo