_Document.FullName 属性

定义

指定文档、模板或级联样式表的名称,包括驱动器或 Web 路径。

public:
 property System::String ^ FullName { System::String ^ get(); };
public string FullName { get; }
member this.FullName : string
Public ReadOnly Property FullName As String

属性值

注解

使用此属性等效于按顺序使用 PathPathSeparatorName 属性。

适用于