Share via


IVCWizCtlUI.FileTypeLibs Property

Gets the type libraries in the specified file.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
ReadOnly Property FileTypeLibs ( _
    bstrFileName As String _
) As Object
    Get
Object this[
    string bstrFileName
] { get; }
property Object^ FileTypeLibs[[InAttribute] String^ bstrFileName] {
    Object^ get ([InAttribute] String^ bstrFileName);
}
abstract FileTypeLibs : Object
JScript does not support indexed properties.

Parameters

  • bstrFileName
    Type: System.String
    The file name that contains the type library collection.

Property Value

Type: System.Object
The type libraries in the specified file.

.NET Framework Security

See Also

Reference

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard Namespace