FileSystemEntry.FileName 屬性

定義

取得此項目的檔案名稱。

public:
 property ReadOnlySpan<char> FileName { ReadOnlySpan<char> get(); };
public ReadOnlySpan<char> FileName { get; }
member this.FileName : ReadOnlySpan<char>
Public ReadOnly Property FileName As ReadOnlySpan(Of Char)

屬性值

ReadOnlySpan<Char>

這個專案的檔案名。

適用於