Udostępnij za pośrednictwem


Metoda IVsUIObject.get_Format — (UInt32)

 

Zwraca format dla obiektu.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Składnia

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

Parametry

  • pdwDataFormat
    [out] Lokalizacja, aby powrócić na format.

Wartość zwracana

Type: System.Int32

Zwraca wartość S_OK, jeśli format został zwrócony.

Zobacz też

Interfejs IVsUIObject
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku