Gets the URI of the file used to load the file.
Read-only property
[Visual Basic .NET] |
---|
Public Property UriAsString() As String |
[C#] |
---|
public string UriAsString {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_UriAsString(); |
[Unmanaged C++] |
---|
public: HRESULT get_UriAsString( BSTR * pRetVal ); |
[Java] |
---|
public String getUriAsString(); |