Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.