KeyContainerPermissionAccessEntryCollection クラス

定義

注意事項

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

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

public ref class KeyContainerPermissionAccessEntryCollection sealed : 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
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}")>]
type KeyContainerPermissionAccessEntryCollection = class
    interface ICollection
    interface IEnumerable
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type KeyContainerPermissionAccessEntryCollection = class
    interface ICollection
    interface IEnumerable
type KeyContainerPermissionAccessEntryCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class KeyContainerPermissionAccessEntryCollection
Implements ICollection
継承
KeyContainerPermissionAccessEntryCollection
属性
実装

注釈

Caution

コード アクセス セキュリティ (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 オブジェクトを返します。

拡張メソッド

名前 説明
AsParallel(IEnumerable)
古い.

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

AsQueryable(IEnumerable)
古い.

IEnumerableIQueryableに変換します。

Cast<TResult>(IEnumerable)
古い.

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

OfType<TResult>(IEnumerable)
古い.

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

適用対象

こちらもご覧ください