IFeatureCollection インターフェイス

定義

機能のコレクションを表します。

public interface IFeatureCollection
public interface IFeatureCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Type,object>>
type IFeatureCollection = interface
type IFeatureCollection = interface
    interface seq<KeyValuePair<Type, obj>>
    interface IEnumerable
Public Interface IFeatureCollection
Public Interface IFeatureCollection
Implements IEnumerable(Of KeyValuePair(Of Type, Object))
派生
実装

プロパティ

IsReadOnly

コレクションを変更できるかどうかを示す値を取得します。

Item[Type]

特定の機能を取得または設定します。 null 値を設定すると、機能が削除されます。

Revision

変更ごとにインクリメントされ、キャッシュされた結果を確認するために使用できる値を取得します。

メソッド

Get<TFeature>()

コレクションから要求された機能を取得します。

Set<TFeature>(TFeature)

コレクション内の指定された機能を設定します。

拡張メソッド

AddDisposableFeature(IFeatureCollection)

機能のコレクションを表します。

SetDisposable<TFeature>(IFeatureCollection, TFeature)

機能のコレクションを表します。

GetRequired<TFeature>(IFeatureCollection)

指定されたコレクションから必要な機能を取得します。

適用対象