IEnumInfo 介面
IEnumInfo物件提供了指定的列舉值的屬性資訊。
命名空間: Microsoft.VisualStudio.VsWizard
組件: Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)
語法
'宣告
<GuidAttribute("8A6A27CF-9A8B-4A84-9708-455EF9B2894D")> _
Public Interface IEnumInfo
[GuidAttribute("8A6A27CF-9A8B-4A84-9708-455EF9B2894D")]
public interface IEnumInfo
[GuidAttribute(L"8A6A27CF-9A8B-4A84-9708-455EF9B2894D")]
public interface class IEnumInfo
[<GuidAttribute("8A6A27CF-9A8B-4A84-9708-455EF9B2894D")>]
type IEnumInfo = interface end
public interface IEnumInfo
IEnumInfo 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Body | 取得列舉值的主體做為字串。 | |
Name | 取得或設定物件的名稱。 |
回頁首
備註
IEnumInfo物件包含指定的列舉值,例如其名稱和主體內容的內容的相關資訊。 將列舉值加入至專案的自訂精靈中,您可以顯示的列舉值的屬性。
注意事項 |
---|
請參閱HOW TO:解譯 Visual C++ 精靈模型範例如需有關如何呼叫 HTML 和 default.js 檔案的自訂精靈中的屬性和方法。 |