IEnumInfo Interface

 

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)

[GuidAttribute("84843E0B-4E3C-4FDB-BB93-A665DC7930E2")]
public interface IEnumInfo

NameDescription
System_CAPS_pubpropertyBody

Gets the body of the enumerator as a string.

System_CAPS_pubpropertyName

Gets or sets the name of the object.

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.

System_CAPS_noteNote

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.

Return to top
Show: