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 | コマンド ライン スイッチのテキストを取得または設定します。 |
このページのトップへ