IStorageProviderShareLinkSource.GetDefaultAccessControlStringAsync 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.
public:
IAsyncOperation<Platform::String ^> ^ GetDefaultAccessControlStringAsync(IVectorView<IStorageItem ^> ^ storageItemList);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> GetDefaultAccessControlStringAsync(IVectorView<IStorageItem> const& storageItemList);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> GetDefaultAccessControlStringAsync(IReadOnlyList<IStorageItem> storageItemList);
function getDefaultAccessControlStringAsync(storageItemList)
Public Function GetDefaultAccessControlStringAsync (storageItemList As IReadOnlyList(Of IStorageItem)) As IAsyncOperation(Of String)
Parameters
- storageItemList
Returns
- Attributes