ITypeLibInfo Interface

Provides information about the properties of the specified type library.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
<GuidAttribute("D4D285D0-2447-11D7-8BF6-00B0D03DAA06")> _
Public Interface ITypeLibInfo
'Usage
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

Remarks

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.

Note

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.

See Also

Reference

ITypeLibInfo Members

Microsoft.VisualStudio.VsWizard Namespace