VCWizCtlClass.FileTypeLibs[String] Property
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 type libraries in the specified file.
public:
virtual property System::Object ^ FileTypeLibs[System::String ^] { System::Object ^ get(System::String ^ bstrFileName); };
[System.Runtime.InteropServices.DispId(1610743867)]
public virtual object FileTypeLibs[string bstrFileName = ""] { [System.Runtime.InteropServices.DispId(1610743867)] get; }
[<System.Runtime.InteropServices.DispId(1610743867)>]
[<get: System.Runtime.InteropServices.DispId(1610743867)>]
member this.FileTypeLibs(string) : obj
Public Overridable ReadOnly Property FileTypeLibs(Optional bstrFileName As String = "") As Object
Parameters
- bstrFileName
- String
The file name that contains the type library collection.
Property Value
The type libraries in the specified file.
Implements
- Attributes
Examples
See ActiveXControls.
Remarks
If bstrfilename
is a .tlb file, FileTypeLibs[] returns the type libraries in the specified type library file. If bstrfilename
is a portable executable (PE) file, FileTypeLibs[] returns the type libraries embedded in the "TYPELIB" resource. See Metadata and the PE File Structure for more information about PE files.