SfcReferenceCollectionAttribute Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Attribute for (soft) references to an enumerable target.
[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
- Inheritance
-
SfcReferenceCollectionAttribute
- Attributes
Sfc |
Reference collection will be resolved by creating an instance of the given resolver type with optional keys and parameters. |
Sfc |
Reference collection will be resolved by the given resolver object. |
Arguments |
Arguments for the resolver. |
Collection |
Custom resolver interface. |
Resolve |
Resolve a target enumerable from the given source object. |
Resolve |
Resolve a strongly-typed target enumerable from the given source object. |