IEnumInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IEnumInfo
[<System.Runtime.InteropServices.Guid("711AFFA6-9AA3-4623-AA76-19E9FD877569")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
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. |