Compartilhar via


Método Marshal.GetTypeLibLcid (ITypeLib)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Recupera o LCID de uma biblioteca de tipos.

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

Sintaxe

[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

Parâmetros

Valor Retornado

Type: System.Int32

O LCID da biblioteca de tipos para a qual o parâmetro typelib aponta.

Segurança

SecurityCriticalAttribute

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

Informações de Versão

.NET Framework
Disponível desde 2.0

Confira Também

GetTypeLibLcid Sobrecarga
Classe Marshal
Namespace System.Runtime.InteropServices

Retornar ao início