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.
The IEnumInfo object provides information about the properties of the specified enumerator.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
<GuidAttribute("D4D285D6-2447-11D7-8BF6-00B0D03DAA06")> _
Public Interface IEnumInfo
'Usage
Dim instance As IEnumInfo
[GuidAttribute("D4D285D6-2447-11D7-8BF6-00B0D03DAA06")]
public interface IEnumInfo
[GuidAttribute(L"D4D285D6-2447-11D7-8BF6-00B0D03DAA06")]
public interface class IEnumInfo
public interface IEnumInfo
Remarks
The IEnumInfo object contains information about the properties of the specified enumerator such as its name and body contents. You can display an enumerator's properties in a custom wizard that adds enumerators to a project.
Note
See How to: Interpret Visual C++ Wizard Model Examples for more information about how properties and methods are called in both the HTML and the default.js files of a custom wizard.