CompilerCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された Compiler コレクション項目を取得します。
オーバーロード
Item[Int32] |
コレクションの指定したインデックスにある Compiler を取得します。 |
Item[String] |
指定した言語の Compiler コレクション要素を取得します。 |
Item[Int32]
コレクションの指定したインデックスにある Compiler を取得します。
public:
property System::Web::Configuration::Compiler ^ default[int] { System::Web::Configuration::Compiler ^ get(int index); };
public System.Web.Configuration.Compiler this[int index] { get; }
member this.Item(int) : System.Web.Configuration.Compiler
Default Public ReadOnly Property Item(index As Integer) As Compiler
パラメーター
- index
- Int32
Compiler 内の CompilerCollection オブジェクトを指定する整数値。
プロパティ値
Compiler オブジェクト。
注釈
コンパイラ オブジェクトがコレクションに存在しない場合は、範囲外の例外がスローされます。
適用対象
Item[String]
指定した言語の Compiler コレクション要素を取得します。
public:
property System::Web::Configuration::Compiler ^ default[System::String ^] { System::Web::Configuration::Compiler ^ get(System::String ^ language); };
public System.Web.Configuration.Compiler this[string language] { get; }
member this.Item(string) : System.Web.Configuration.Compiler
Default Public ReadOnly Property Item(language As String) As Compiler
パラメーター
プロパティ値
Compiler オブジェクト。
注釈
言語プロバイダーでサポートされている言語名のセミコロン区切りのリストを提供します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET