StorageFile.DisplayName Proprietà

Definizione

Ottiene un nome descrittivo per il file.

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = storageFile.displayName;
Public ReadOnly Property DisplayName As String

Valore della proprietà

String

Platform::String

winrt::hstring

Nome descrittivo del file.

Implementazioni

Si applica a