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 インフラストラクチャ。マイクロソフト内部でのみ使用します。
パブリック プロパティ HelpFile 設定は、プロパティまたはプロパティのヘルプ ファイルの名前を取得します
パブリック プロパティ HelpURL 設定は、プロパティのヘルプ URL を取得します。
パブリック プロパティ IsReadOnly 親オブジェクトを含むファイルが読み取り専用かどうかを示す値を取得または設定します。
パブリック プロパティ Name VCRuntimeIntegerProperty オブジェクトの名前を取得または設定します。
パブリック プロパティ PropertyPageName 設定は、プロパティ ページのプロパティを取得します。
パブリック プロパティ Switch コマンド ライン スイッチのテキストを取得または設定します。

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.VCProjectEngine 名前空間