SfcReferenceCollectionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
列挙可能なターゲットへの (ソフト) 参照の属性。
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)]
[System.CLSCompliant(false)]
public class SfcReferenceCollectionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)>]
[<System.CLSCompliant(false)>]
type SfcReferenceCollectionAttribute = class
inherit Attribute
Public Class SfcReferenceCollectionAttribute
Inherits Attribute
- 継承
-
SfcReferenceCollectionAttribute
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| SfcReferenceCollectionAttribute(Type, String[]) |
参照コレクションは、オプションのキーとパラメーターを使用して、指定されたリゾルバー型のインスタンスを作成することによって解決されます。 |
| SfcReferenceCollectionAttribute(Type) |
参照コレクションは、指定されたリゾルバー オブジェクトによって解決されます。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Arguments |
リゾルバーの引数。 |
| CollectionResolver |
カスタム リゾルバー インターフェイス。 |
メソッド
| 名前 | 説明 |
|---|---|
| ResolveCollection(Object) |
指定されたソース オブジェクトからターゲット列挙可能なオブジェクトを解決します。 |
| ResolveCollection<T,S>(S) |
指定されたソース オブジェクトから厳密に型指定されたターゲット列挙可能なターゲットを解決します。 |