ShareProviderHandler Delegate
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.
A delegate that handles share providers.
public delegate void ShareProviderHandler(ShareProviderOperation ^ operation);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.Guid(3891911098, 57786, 20045, 189, 101, 212, 56, 69, 211, 33, 47)]
class ShareProviderHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.Guid(3891911098, 57786, 20045, 189, 101, 212, 56, 69, 211, 33, 47)]
public delegate void ShareProviderHandler(ShareProviderOperation operation);
var shareProviderHandlerHandler = function(operation){
/* Your code */
}
Public Delegate Sub ShareProviderHandler(operation As ShareProviderOperation)
Parameters
- operation
- ShareProviderOperation
Windows.ApplicationModel.DataTransfer.ShareProviderHandler
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|