XamlSourceInfo.SourceUri Property

Definition

Gets the URI of the source document where the element is declared.

public:
 property Uri ^ SourceUri { Uri ^ get(); };
public Uri SourceUri { get; }
member this.SourceUri : Uri
Public ReadOnly Property SourceUri As Uri

Property Value

Uri

The URI of the source document where the element is declared.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Applies to