IUIHostLocale.GetUILocale Method

Returns the UI locale identifier of the host.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
Function GetUILocale ( _
    <OutAttribute> ByRef plcid As UInteger _
) As Integer
‘사용 방법
Dim instance As IUIHostLocale
Dim plcid As UInteger
Dim returnValue As Integer

returnValue = instance.GetUILocale(plcid)
int GetUILocale(
    out uint plcid
)
int GetUILocale(
    [OutAttribute] unsigned int% plcid
)
abstract GetUILocale : 
        plcid:uint32 byref -> int 
function GetUILocale(
    plcid : uint
) : int

Parameters

  • plcid
    Type: System.UInt32%
    [out, retval] Pointer to the unique identifier of the UI locale.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK OK. If it fails, it returns an error code.

Remarks

COM Signature

From uilocale.idl:

HRESULT IUIHostLocale::GetUILocale(
   [out, retval] LCID *plcid
);

.NET Framework Security

See Also

Reference

IUIHostLocale Interface

IUIHostLocale Members

Microsoft.VisualStudio.Shell.Interop Namespace