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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.