VCWizCtlClass.FileTypeLibs - свойство
Gets the type libraries in the specified file.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property FileTypeLibs ( _
bstrFileName As String _
) As Object
'Применение
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 не поддерживает индексированные свойства.
Параметры
bstrFileName
Тип: System.StringThe file name that contains the type library collection.
Значение свойства
Тип: System.Object
The type libraries in the specified file.
Реализации
IVCWizCtlUI.FileTypeLibs[String]
Заметки
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.
Примеры
See ActiveXControls.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
Visual C++ Extensibility Object Model