ITypeLibInfo - интерфейс
Provides information about the properties of the specified type library.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
<GuidAttribute("D4D285D0-2447-11D7-8BF6-00B0D03DAA06")> _
Public Interface ITypeLibInfo
'Применение
Dim instance As ITypeLibInfo
[GuidAttribute("D4D285D0-2447-11D7-8BF6-00B0D03DAA06")]
public interface ITypeLibInfo
[GuidAttribute(L"D4D285D0-2447-11D7-8BF6-00B0D03DAA06")]
public interface class ITypeLibInfo
public interface ITypeLibInfo
Заметки
The ITypeLibInfo object controls information about the properties contained in the specified type library, such as its name, GUID, interfaces, location, and version. For example, by using these properties, you could add the methods of a specified interface to a project. See Implement Interface Wizard for an example.
Примечание. |
---|
See How to: Interpret Visual C++ Wizard Model Examples for more information about how properties are called in both the HTML and the default.js files of a custom wizard. |