Share via


IndexedResourceCandidate.Uri Property

Definition

Gets the named resource Uri.

public:
 property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = indexedResourceCandidate.uri;
Public ReadOnly Property Uri As Uri

Property Value

The named resource Uri.

Remarks

Uri is an ms-resource: URI representing the named resource for the candidate, where the authority of the URI or the resource map is empty (for example, ms-resource:///Resources/String1 or ms-resource:///Files/images/logo.png).

Applies to