KeyContainerPermissionAccessEntryCollection クラス

定義

注意事項

Code Access Security is not supported or honored by the runtime.

KeyContainerPermissionAccessEntry オブジェクトのコレクションを表します。 このクラスは継承できません。

public ref class KeyContainerPermissionAccessEntryCollection sealed : System::Collections::ICollection
public sealed class KeyContainerPermissionAccessEntryCollection : System.Collections.ICollection
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class KeyContainerPermissionAccessEntryCollection : System.Collections.ICollection
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public sealed class KeyContainerPermissionAccessEntryCollection : System.Collections.ICollection
type KeyContainerPermissionAccessEntryCollection = class
    interface ICollection
    interface IEnumerable
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type KeyContainerPermissionAccessEntryCollection = class
    interface ICollection
    interface IEnumerable
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type KeyContainerPermissionAccessEntryCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class KeyContainerPermissionAccessEntryCollection
Implements ICollection
継承
KeyContainerPermissionAccessEntryCollection
属性
実装

注釈

注意事項

コード アクセス セキュリティ (CAS) は、.NET Framework と .NET のすべてのバージョンで非推奨になりました。 最近のバージョンの .NET では、CAS 関連の API が使われている場合、CAS の注釈は使われず、エラーが発生します。 開発者は、代わりの手段を見つけてセキュリティ タスクを実現する必要があります。

KeyContainerPermissionAccessEntry オブジェクトは、特定のキー コンテナーのアクセス権を指定します。

コンストラクター

KeyContainerPermissionAccessEntryCollection()
古い.

KeyContainerPermissionAccessEntryCollection クラスの新しいインスタンスを初期化します。

プロパティ

Count
古い.

コレクション内の項目の数を取得します。

IsSynchronized
古い.

コレクションの同期がとられている (スレッド セーフである) かどうかを示す値を取得します。

Item[Int32]
古い.

コレクション内の指定したインデックス位置にある項目を取得します。

SyncRoot
古い.

コレクションへのアクセスを同期するために使用できるオブジェクトを取得します。

メソッド

Add(KeyContainerPermissionAccessEntry)
古い.

KeyContainerPermissionAccessEntry オブジェクトをコレクションに追加します。

Clear()
古い.

すべての KeyContainerPermissionAccessEntry オブジェクトをコレクションから削除します。

CopyTo(Array, Int32)
古い.

ICollection の要素を Array にコピーします。Array の特定のインデックスからコピーが開始されます。

CopyTo(KeyContainerPermissionAccessEntry[], Int32)
古い.

コピー先配列の指定されたインデックスを開始位置として、コレクションの要素を互換性のある 1 次元配列にコピーします。

Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetEnumerator()
古い.

コレクション内のオブジェクトを反復処理するために使用できる KeyContainerPermissionAccessEntryEnumerator オブジェクトを返します。

GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
IndexOf(KeyContainerPermissionAccessEntry)
古い.

指定した KeyContainerPermissionAccessEntry オブジェクトがコレクション内に存在する場合は、コレクション内でのそのインデックスを取得します。

MemberwiseClone()
古い.

現在の Object の簡易コピーを作成します。

(継承元 Object)
Remove(KeyContainerPermissionAccessEntry)
古い.

指定した KeyContainerPermissionAccessEntry オブジェクトをコレクションから削除します。

ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

ICollection.CopyTo(Array, Int32)
古い.

コピー先配列の指定されたインデックスを開始位置として、コレクションの要素を互換性のある 1 次元配列にコピーします。

IEnumerable.GetEnumerator()
古い.

コレクション内のオブジェクトを反復処理するために使用できる KeyContainerPermissionAccessEntryEnumerator オブジェクトを返します。

拡張メソッド

Cast<TResult>(IEnumerable)
古い.

IEnumerable の要素を、指定した型にキャストします。

OfType<TResult>(IEnumerable)
古い.

指定された型に基づいて IEnumerable の要素をフィルター処理します。

AsParallel(IEnumerable)
古い.

クエリの並列化を有効にします。

AsQueryable(IEnumerable)
古い.

IEnumerableIQueryable に変換します。

適用対象

こちらもご覧ください