IVCWizCtlUI.FileTypeLibs[String] Property

Definition

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

Applies to