StorageProviderError.FilePath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Notes
Les scénarios pour cette API ne sont pas pris en charge. Utilisez plutôt des membres de StorageProviderStatusUI et des classes associées.
public:
property Platform::String ^ FilePath { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring FilePath();
void FilePath(winrt::hstring value);
public string FilePath { get; set; }
var string = storageProviderError.filePath;
storageProviderError.filePath = string;
Public Property FilePath As String