DkmScriptDocument.FilePath 属性

定义

可有可无文件路径 (ex:脚本文档 c:\myfolder\file.js) 。 如果文档没有 URL,或者具有非 'file://"URL,则此值将为 null。

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

属性值

String

返回 String

适用于