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