INSSharingServicePickerToolbarItemDelegate Interface

Definition

This interface represents the Objective-C protocol NSSharingServicePickerToolbarItemDelegate.

[Foundation.Protocol(Name="NSSharingServicePickerToolbarItemDelegate", WrapperType=typeof(AppKit.NSSharingServicePickerToolbarItemDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetItems", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingServicePickerToolbarItem) }, ReturnType=typeof(Foundation.NSObject[]), Selector="itemsForSharingServicePickerToolbarItem:")]
public interface INSSharingServicePickerToolbarItemDelegate : AppKit.INSSharingServicePickerDelegate, IDisposable
[<Foundation.Protocol(Name="NSSharingServicePickerToolbarItemDelegate", WrapperType=typeof(AppKit.NSSharingServicePickerToolbarItemDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetItems", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingServicePickerToolbarItem) }, ReturnType=typeof(Foundation.NSObject[]), Selector="itemsForSharingServicePickerToolbarItem:")>]
type INSSharingServicePickerToolbarItemDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSSharingServicePickerDelegate
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