IVCWizCtlUI.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:
property System::Object ^ FileTypeLibs[System::String ^] { System::Object ^ get(System::String ^ bstrFileName); };
[System.Runtime.InteropServices.DispId(1610743867)]
public 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 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.
- Attributes