VCRuntimeIntegerProperty 介面
提供對執行階段整數屬性的存取。
命名空間: Microsoft.VisualStudio.VCProjectEngine
組件: Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
語法
'宣告
<GuidAttribute("C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")> _
Public Interface VCRuntimeIntegerProperty _
Inherits VCRuntimeProperty
[GuidAttribute("C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")]
public interface VCRuntimeIntegerProperty : VCRuntimeProperty
[GuidAttribute(L"C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")]
public interface class VCRuntimeIntegerProperty : VCRuntimeProperty
[<GuidAttribute("C4FBDD2A-702C-4506-B5AC-8D2D5357A55A")>]
type VCRuntimeIntegerProperty =
interface
interface VCRuntimeProperty
end
public interface VCRuntimeIntegerProperty extends VCRuntimeProperty
VCRuntimeIntegerProperty 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Category | 設定或取得屬性的目錄。 | |
DefaultValue | 設定或取得屬性的預設值。 | |
Description | 設定或取得屬性的描述。 | |
DisplayName | 取得或設定物件的完整名稱。 | |
HelpContext | 設定或取得屬性的說明主題。 | |
HelpF1Keyword | 基礎架構。 僅限 Microsoft 內部使用。 | |
HelpFile | 設定或取得屬性的說明檔案名稱。 | |
HelpURL | 設定或取得屬性的說明 URL。 | |
IsReadOnly | 取得或設定值,指出包含父物件的檔案是否為唯讀。 | |
Name | 取得或設定 VCRuntimeIntegerProperty 物件的名稱。 | |
PropertyPageName | 設定或取得屬性的屬性頁。 | |
Switch | 取得或設定命令列參數的文字。 |
回頁首