Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.