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