CodeLinePragma.FileName 属性
定义
获取或设置关联文件的名称。Gets or sets the name of the associated file.
public:
property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
public string FileName { get; set; }
member this.FileName : string with get, set
Public Property FileName As String
属性值
关联的文件的文件名。The file name of the associated file.