Modifier

AxImporter.GetFileOfTypeLib(TYPELIBATTR) Method

Definition

Gets the path and file name to the specified type library.

public:
 static System::String ^ GetFileOfTypeLib(System::Runtime::InteropServices::TYPELIBATTR % tlibattr);
public static string GetFileOfTypeLib (ref System.Runtime.InteropServices.TYPELIBATTR tlibattr);
static member GetFileOfTypeLib : TYPELIBATTR -> string
Public Shared Function GetFileOfTypeLib (ByRef tlibattr As TYPELIBATTR) As String

Parameters

tlibattr
TYPELIBATTR

A TYPELIBATTR that indicates the type library to retrieve the file name of.

Returns

The path and file name to the specified type library, or null if the library could not be located.

Applies to