INSSharingServicePickerDelegate Interface

Definition

This interface represents the Objective-C protocol NSSharingServicePickerDelegate.

[Foundation.Protocol(Name="NSSharingServicePickerDelegate", WrapperType=typeof(AppKit.NSSharingServicePickerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SharingServicesForItems", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingServicePicker), typeof(Foundation.NSObject[]), typeof(AppKit.NSSharingService[]) }, ReturnType=typeof(AppKit.NSSharingService[]), Selector="sharingServicePicker:sharingServicesForItems:proposedSharingServices:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DelegateForSharingService", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingServicePicker), typeof(AppKit.NSSharingService) }, ReturnType=typeof(AppKit.INSSharingServiceDelegate), Selector="sharingServicePicker:delegateForSharingService:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChooseSharingService", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingServicePicker), typeof(AppKit.NSSharingService) }, Selector="sharingServicePicker:didChooseSharingService:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetCollaborationModeRestrictions", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingServicePicker) }, ReturnType=typeof(AppKit.NSSharingCollaborationModeRestriction[]), Selector="sharingServicePickerCollaborationModeRestrictions:")]
public interface INSSharingServicePickerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSSharingServicePickerDelegate", WrapperType=typeof(AppKit.NSSharingServicePickerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SharingServicesForItems", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingServicePicker), typeof(Foundation.NSObject[]), typeof(AppKit.NSSharingService[]) }, ReturnType=typeof(AppKit.NSSharingService[]), Selector="sharingServicePicker:sharingServicesForItems:proposedSharingServices:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DelegateForSharingService", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingServicePicker), typeof(AppKit.NSSharingService) }, ReturnType=typeof(AppKit.INSSharingServiceDelegate), Selector="sharingServicePicker:delegateForSharingService:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChooseSharingService", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingServicePicker), typeof(AppKit.NSSharingService) }, Selector="sharingServicePicker:didChooseSharingService:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetCollaborationModeRestrictions", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingServicePicker) }, ReturnType=typeof(AppKit.NSSharingCollaborationModeRestriction[]), Selector="sharingServicePickerCollaborationModeRestrictions:")>]
type INSSharingServicePickerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to