共用方式為


IStorageProviderShareLinkSource.GetState 方法

定義

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)

參數

傳回

屬性

適用於