UserDataProtectionManager.ProtectStorageItemAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Schützt ein Speicherelement mit der angegebenen Verfügbarkeit.
public:
virtual IAsyncOperation<UserDataStorageItemProtectionStatus> ^ ProtectStorageItemAsync(IStorageItem ^ storageItem, UserDataAvailability availability) = ProtectStorageItemAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<UserDataStorageItemProtectionStatus> ProtectStorageItemAsync(IStorageItem const& storageItem, UserDataAvailability const& availability);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<UserDataStorageItemProtectionStatus> ProtectStorageItemAsync(IStorageItem storageItem, UserDataAvailability availability);
function protectStorageItemAsync(storageItem, availability)
Public Function ProtectStorageItemAsync (storageItem As IStorageItem, availability As UserDataAvailability) As IAsyncOperation(Of UserDataStorageItemProtectionStatus)
Parameter
- storageItem
- IStorageItem
- availability
- UserDataAvailability
Gibt zurück
- Attribute