NamedResource.Candidates Property

Definition

Gets all possible candidate values for this named resource.

public:
 property IVectorView<ResourceCandidate ^> ^ Candidates { IVectorView<ResourceCandidate ^> ^ get(); };
IVectorView<ResourceCandidate> Candidates();
public IReadOnlyList<ResourceCandidate> Candidates { get; }
var iVectorView = namedResource.candidates;
Public ReadOnly Property Candidates As IReadOnlyList(Of ResourceCandidate)

Property Value

A set of ResourceCandidate objects, each of which describes one possible value for this named resource and the qualifiers under which it applies.

Applies to