コード アクセス セキュリティ (CAS) ポリシーに関連付けられたアセンブリのコレクションを表します。
名前空間: Microsoft.VisualStudio.SharePoint.Packages
アセンブリ: Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)
構文
'宣言
Public Interface ICodeAccessSecurityAssemblyCollection _
Inherits IList(Of ICodeAccessSecurityAssembly), ICollection(Of ICodeAccessSecurityAssembly), _
IEnumerable(Of ICodeAccessSecurityAssembly), IEnumerable
public interface ICodeAccessSecurityAssemblyCollection : IList<ICodeAccessSecurityAssembly>,
ICollection<ICodeAccessSecurityAssembly>, IEnumerable<ICodeAccessSecurityAssembly>, IEnumerable
ICodeAccessSecurityAssemblyCollection 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
Count | ICollection<T> に格納されている要素の数を取得します。 (ICollection<ICodeAccessSecurityAssembly> から継承されます。) |
![]() |
IsReadOnly | ICollection<T> が読み取り専用であるかどうかを示す値を取得します。 (ICollection<ICodeAccessSecurityAssembly> から継承されます。) |
![]() |
Item | 指定したインデックスにある要素を取得または設定します。 (IList<ICodeAccessSecurityAssembly> から継承されます。) |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
![]() |
Add() | 新しいコード アクセス セキュリティ (CAS) アセンブリを追加します。 |
![]() |
Add(T) | ICollection<T> に項目を追加します。 (ICollection<ICodeAccessSecurityAssembly> から継承されます。) |
![]() |
Clear | ICollection<T> からすべての項目を削除します。 (ICollection<ICodeAccessSecurityAssembly> から継承されます。) |
![]() |
Contains | ICollection<T> に特定の値が格納されているかどうかを判断します。 (ICollection<ICodeAccessSecurityAssembly> から継承されます。) |
![]() |
CopyTo | ICollection<T> の要素を Array にコピーします。Array の特定のインデックスからコピーが開始されます。 (ICollection<ICodeAccessSecurityAssembly> から継承されます。) |
![]() |
GetEnumerator() | コレクションを反復処理する列挙子を返します。 (IEnumerable<ICodeAccessSecurityAssembly> から継承されます。) |
![]() |
GetEnumerator() | コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。) |
![]() |
IndexOf | IList<T> 内での指定した項目のインデックスを調べます。 (IList<ICodeAccessSecurityAssembly> から継承されます。) |
![]() |
Insert | IList<T> の指定したインデックス位置に項目を挿入します。 (IList<ICodeAccessSecurityAssembly> から継承されます。) |
![]() |
Remove | ICollection<T> 内で最初に見つかった特定のオブジェクトを削除します。 (ICollection<ICodeAccessSecurityAssembly> から継承されます。) |
![]() |
RemoveAt | 指定したインデックス位置の IList<T> 項目を削除します。 (IList<ICodeAccessSecurityAssembly> から継承されます。) |
このページのトップへ
解説
詳細については、「コード アクセス セキュリティ」を参照してください。