مشاركة عبر


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)

Syntax

'إقرار
<GuidAttribute("24BF91F7-0DAB-475F-8CE7-D4B03A7BEDED")> _
Public Interface IEnumInfo
'الاستخدام
Dim instance As IEnumInfo
[GuidAttribute("24BF91F7-0DAB-475F-8CE7-D4B03A7BEDED")]
public interface IEnumInfo
[GuidAttribute(L"24BF91F7-0DAB-475F-8CE7-D4B03A7BEDED")]
public interface class IEnumInfo
[<GuidAttribute("24BF91F7-0DAB-475F-8CE7-D4B03A7BEDED")>]
type IEnumInfo =  interface end
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.

ملاحظة

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.

See Also

Reference

IEnumInfo Members

Microsoft.VisualStudio.VsWizard Namespace