UserDataProtectionManager.GetStorageItemProtectionInfoAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current protection information for a storage item.
public:
virtual IAsyncOperation<UserDataStorageItemProtectionInfo ^> ^ GetStorageItemProtectionInfoAsync(IStorageItem ^ storageItem) = GetStorageItemProtectionInfoAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<UserDataStorageItemProtectionInfo> GetStorageItemProtectionInfoAsync(IStorageItem const& storageItem);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<UserDataStorageItemProtectionInfo> GetStorageItemProtectionInfoAsync(IStorageItem storageItem);
function getStorageItemProtectionInfoAsync(storageItem)
Public Function GetStorageItemProtectionInfoAsync (storageItem As IStorageItem) As IAsyncOperation(Of UserDataStorageItemProtectionInfo)
Parameters
- storageItem
- IStorageItem
Storage item to query protection from.
Returns
- Attributes