NamedResource.Candidates Property
Definition
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.
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.