次の方法で共有


IElementConfiguration<TElement> インターフェイス

定義

プラットフォーム固有の実装の格納と検索を処理するヘルパー

generic <typename TElement>
 where TElement : Elementpublic interface class IElementConfiguration
public interface IElementConfiguration<out TElement> where TElement : Element
type IElementConfiguration<'Element (requires 'Element :> Element)> = interface
Public Interface IElementConfiguration(Of Out TElement)

型パラメーター

TElement

要素型。

この型パラメーターは共変です。 つまり、指定した型、または強い派生型のいずれかを使用することができます。 共変性および反変性の詳細については、「ジェネリックの共変性と反変性」をご覧ください。
派生

メソッド

On<T>()

プラットフォーム固有のメソッドを呼び出すことができる、この TElement のプラットフォーム固有のインスタンスを返します。

適用対象