IUIHostLocale.GetUILocale – metoda (UInt32)
Vrátí identifikátor národního prostředí uživatelského rozhraní hostitele.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int GetUILocale(
out uint plcid
)
int GetUILocale(
[OutAttribute] unsigned int% plcid
)
abstract GetUILocale :
plcid:uint32 byref -> int
Function GetUILocale (
<OutAttribute> ByRef plcid As UInteger
) As Integer
Parametry
- plcid
[out retval] Ukazatel na jedinečný identifikátor národní prostředí uživatelského rozhraní.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z uilocale.idl:
HRESULT IUIHostLocale::GetUILocale(
[out, retval] LCID *plcid
);
Viz také
IUIHostLocale – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek