次の方法で共有


ICodeAccessSecurityAssemblyCollection インターフェイス

コード アクセス セキュリティ (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> から継承されます。)

このページのトップへ

解説

詳細については、「コード アクセス セキュリティ」を参照してください。

参照

参照

Microsoft.VisualStudio.SharePoint.Packages 名前空間