IndexedResourceCandidate.ValueAsString 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.
public:
property Platform::String ^ ValueAsString { Platform::String ^ get(); };
winrt::hstring ValueAsString();
public string ValueAsString { get; }
var string = indexedResourceCandidate.valueAsString;
Public ReadOnly Property ValueAsString As String
Property Value
If the candidate is a file, the value is a file path (such as "images\logo.scale-100.png") relative to the project root passed to the ResourceIndexer constructor. If the candidate is a string, the value is the actual string (such as "Hello World").