次の方法で共有


ISafeControlEntryCollection インターフェイス

安全なコントロール エントリのコレクションを表します。

名前空間:  Microsoft.VisualStudio.SharePoint
アセンブリ:  Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)

構文

'宣言
Public Interface ISafeControlEntryCollection _
    Inherits ISharePointCollection(Of ISafeControlEntry), INotifyCollectionChanged, INotifyPropertyChanged,  _
    IEnumerable(Of ISafeControlEntry), IEnumerable
public interface ISafeControlEntryCollection : ISharePointCollection<ISafeControlEntry>, 
    INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISafeControlEntry>, IEnumerable

ISafeControlEntryCollection 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ Count コレクション内の項目の数を取得します。 (ISharePointCollection<T> から継承されます。)
パブリック プロパティ ProjectItem 親プロジェクト アイテムへの参照を取得します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Add 安全なコントロール エントリをコレクションに追加します。
パブリック メソッド Clear コレクションからすべての安全なコントロール エントリを削除します。
パブリック メソッド Contains 指定された項目がこのコレクションのメンバーかどうかを取得します。 (ISharePointCollection<T> から継承されます。)
パブリック メソッド CopyTo このコレクションの項目を配列にコピーします。 (ISharePointCollection<T> から継承されます。)
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable<ISafeControlEntry> から継承されます。)
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。)
パブリック メソッド Remove 安全なコントロール エントリを ISafeControlEntryCollection コレクションから削除します。

このページのトップへ

イベント

  名前 説明
パブリック イベント CollectionChanged コレクションが変更された場合に発生します。 (INotifyCollectionChanged から継承されます。)
パブリック イベント PropertyChanged プロパティ値が変更されたときに発生します。 (INotifyPropertyChanged から継承されます。)

このページのトップへ

参照

参照

Microsoft.VisualStudio.SharePoint 名前空間