次の方法で共有


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

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.VCProjectEngine 名前空間