AxImporter.GetFileOfTypeLib(TYPELIBATTR) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.