次の方法で共有


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)

パラメーター

戻り値

属性

適用対象