NamedResource.Candidates 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個具名資源的所有可能候選值。
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)
屬性值
一組 ResourceCandidate 物件,其中每一個物件都會描述此具名資源的可能值,以及套用它的限定詞。