FeatureExtensions.GetRequired<TFeature>(IFeatureCollection) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたコレクションから必要な機能を取得します。
public static TFeature GetRequired<TFeature> (this DocumentFormat.OpenXml.Features.IFeatureCollection features);
static member GetRequired : DocumentFormat.OpenXml.Features.IFeatureCollection -> 'Feature
<Extension()>
Public Function GetRequired(Of TFeature) (features As IFeatureCollection) As TFeature
型パラメーター
- TFeature
機能の種類。
パラメーター
- features
- IFeatureCollection
検索する機能コレクション。
戻り値
TFeature
使用可能な機能。