DkmSourceFileId.DocumentName 属性

定义

源文件的名称。 这通常是一个完整路径,但在某些情况下,它是部分路径或只是扩展名 (ex: example) 的名称。 对于动态文档 (ex:从 internet explorer 运行脚本) "路径" 可能是 URL,而不是本地文件路径。

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

属性值

String

返回 String

适用于