IStorageProviderShareLinkSource.GetState 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<StorageProviderShareLinkState> ^ GetState(IVectorView<IStorageItem ^> ^ storageItemList);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageProviderShareLinkState> GetState(IVectorView<IStorageItem> const& storageItemList);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageProviderShareLinkState> GetState(IReadOnlyList<IStorageItem> storageItemList);
function getState(storageItemList)
Public Function GetState (storageItemList As IReadOnlyList(Of IStorageItem)) As IAsyncOperation(Of StorageProviderShareLinkState)
Parameters
- storageItemList
Returns
- Attributes