共用方式為


VCRuntimeIntegerProperty 介面

提供執行階段的整數屬性的存取。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
<GuidAttribute("09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")> _
Public Interface VCRuntimeIntegerProperty _
    Inherits VCRuntimeProperty
[GuidAttribute("09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")]
public interface VCRuntimeIntegerProperty : VCRuntimeProperty
[GuidAttribute(L"09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")]
public interface class VCRuntimeIntegerProperty : VCRuntimeProperty
[<GuidAttribute("09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")>]
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 取得或設定文字的命令列參數。

回頁首

請參閱

參考

Microsoft.VisualStudio.VCProjectEngine 命名空間