DkmFileInfo.FileName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
文件或子目录的名称。 此名称不包含目录 (ex: example.txt 而不是 c:\folder\example.txt) 。
public:
property System::String ^ FileName { System::String ^ get(); };
public:
property Platform::String ^ FileName { Platform::String ^ get(); };
public string FileName { get; }
member this.FileName : string
Public ReadOnly Property FileName As String
属性值
返回 String。