다음을 통해 공유


UserDataProtectionManager.GetStorageItemProtectionInfoAsync 메서드

정의

스토리지 항목에 대한 현재 보호 정보를 가져옵니다.

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)

매개 변수

storageItem
IStorageItem

보호를 쿼리할 스토리지 항목입니다.

반환

특성

적용 대상