AuthorizationRuleCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションの指定したインデックス位置にある AuthorizationRule オブジェクトを取得します。
public:
property System::Security::AccessControl::AuthorizationRule ^ default[int] { System::Security::AccessControl::AuthorizationRule ^ get(int index); };
public System.Security.AccessControl.AuthorizationRule? this[int index] { get; }
public System.Security.AccessControl.AuthorizationRule this[int index] { get; }
member this.Item(int) : System.Security.AccessControl.AuthorizationRule
Default Public ReadOnly Property Item(index As Integer) As AuthorizationRule
パラメーター
- index
- Int32
取得する AuthorizationRule オブジェクトの 0 から始まるインデックス。
プロパティ値
指定したインデックス位置にある AuthorizationRule オブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET