Sdílet prostřednictvím


VCWizCtlClass.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
Public Overridable ReadOnly Property FileTypeLibs ( _
    bstrFileName As String _
) As Object
'Usage
Dim instance As VCWizCtlClass
Dim bstrFileName As String
Dim value As Object

value = instance.FileTypeLibs(bstrFileName)
public virtual Object FileTypeLibs[
    string bstrFileName
] { get; }
public:
virtual property Object^ FileTypeLibs[[InAttribute] String^ bstrFileName] {
    Object^ get ([InAttribute] String^ bstrFileName);
}
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.

Implements

IVCWizCtlUI.FileTypeLibs[String]

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.

Examples

See ActiveXControls.

Permissions

See Also

Concepts

Designing a Wizard

Visual C++ Extensibility Object Model

Reference

VCWizCtlClass Class

VCWizCtlClass Members

Microsoft.VisualStudio.VsWizard Namespace