SymbolDocumentInfo.FileName 属性
定义
源文件名称。The source file name.
public:
property System::String ^ FileName { System::String ^ get(); };
public string FileName { get; }
member this.FileName : string
Public ReadOnly Property FileName As String
属性值
表示源文件名称的字符串。The string representing the source file name.