VCWizCtlClass::FileTypeLibs Property (String^)
Visual Studio 2015
Gets the type libraries in the specified file.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
public: property Object^ default[ String^ bstrFileName = "" ] { virtual Object^ get(String^ bstrFileName = ""); }
Parameters
- bstrFileName
-
Type:
System::String^
The file name that contains the type library collection.
Implements
IVCWizCtlUI::FileTypeLibs[String^]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.
Show: