IEnumInfo Interface

Definition

The IEnumInfo object provides information about the properties of the specified enumerator.

public interface class IEnumInfo
public interface class IEnumInfo
__interface IEnumInfo
[System.Runtime.InteropServices.Guid("711AFFA6-9AA3-4623-AA76-19E9FD877569")]
[System.Runtime.InteropServices.TypeLibType]
public interface IEnumInfo
[<System.Runtime.InteropServices.Guid("711AFFA6-9AA3-4623-AA76-19E9FD877569")>]
[<System.Runtime.InteropServices.TypeLibType>]
type IEnumInfo = interface
Public Interface IEnumInfo
Attributes

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.

Properties

Body

Gets the body of the enumerator as a string.

Name

Gets or sets the name of the object.

Applies to