UriDisplayInfo.FullName 属性

定义

获取的完整显示名称 Uri 。 对于 "file:/" Uri 这是完全限定的文件名。

public:
 property System::String ^ FullName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public string FullName { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.FullName : string
Public ReadOnly Property FullName As String

属性值

String
属性

适用于