Marshal.GetTypeLibLcid-Methode: (ITypeLib)

 

Veröffentlicht: Oktober 2016

Ruft die LCID einer Typbibliothek ab.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

[SecurityCriticalAttribute]
public static int GetTypeLibLcid(
    ITypeLib typelib
)
public:
[SecurityCriticalAttribute]
static int GetTypeLibLcid(
    ITypeLib^ typelib
)
[<SecurityCriticalAttribute>]
static member GetTypeLibLcid : 
        typelib:ITypeLib -> int
<SecurityCriticalAttribute>
Public Shared Function GetTypeLibLcid (
    typelib As ITypeLib
) As Integer

Parameter

Rückgabewert

Type: System.Int32

Die LCID der Typbibliothek, auf die der typelib-Parameter zeigt.

Sicherheit

SecurityCriticalAttribute

requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.

Versionsinformationen

.NET Framework
Verfügbar seit 2.0

Siehe auch

GetTypeLibLcid Überladen
Marshal-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang