Udostępnij za pośrednictwem


Metoda IVsSolutionBuildManager.get_CodePage — (UInt32)

 

Metoda przestarzały. Nie należy używać.

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

Składnia

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

Parametry

Wartość zwracana

Type: System.Int32

Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.

Zobacz też

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

Powrót do początku