FeatureCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
機能のコレクションを表します。
public class FeatureCollection : DocumentFormat.OpenXml.Features.IFeatureCollection
public class FeatureCollection : DocumentFormat.OpenXml.Features.IFeatureCollection, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Type,object>>
type FeatureCollection = class
interface IFeatureCollection
type FeatureCollection = class
interface IFeatureCollection
interface seq<KeyValuePair<Type, obj>>
interface IEnumerable
Public Class FeatureCollection
Implements IFeatureCollection
Public Class FeatureCollection
Implements IEnumerable(Of KeyValuePair(Of Type, Object)), IFeatureCollection
- 継承
-
FeatureCollection
- 実装
コンストラクター
FeatureCollection() |
の新しいインスタンスを FeatureCollection初期化します。 |
FeatureCollection(IFeatureCollection, Boolean) |
の新しいインスタンス FeatureCollection を、指定された既定値で初期化します。 |
FeatureCollection(Int32) |
の新しいインスタンス FeatureCollection を、指定された初期容量で初期化します。 |
プロパティ
IsReadOnly |
コレクションを変更できるかどうかを示す値を取得します。 |
Item[Type] |
特定の機能を取得または設定します。 null 値を設定すると、機能が削除されます。 |
Revision |
変更ごとにインクリメントされ、キャッシュされた結果を確認するために使用できる値を取得します。 |
メソッド
Get<TFeature>() |
コレクションから要求された機能を取得します。 |
GetEnumerator() |
機能のコレクションを表します。 |
Set<TFeature>(TFeature) |
コレクション内の指定された機能を設定します。 |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
機能のコレクションを表します。 |
拡張メソッド
GetRequired<TFeature>(IFeatureCollection) |
指定されたコレクションから必要な機能を取得します。 |