Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Object this[
string bstrFileName
] { get; }
property Object^ FileTypeLibs[[InAttribute] String^ bstrFileName] {
Object^ get ([InAttribute] String^ bstrFileName);
}
abstract FileTypeLibs :
bstrFileName:string -> Object with get
JScript does not support indexed properties.
Parameters
bstrFileName
Type: StringThe file name that contains the type library collection.
Property Value
Type: 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.