DkmSourceFileId.DocumentName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
源文件的名称。 这通常是一个完整路径,但在某些情况下,它是部分路径或只是扩展名 (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。