Share via


INSCloudSharingServiceDelegate Interface

Definition

This interface represents the Objective-C protocol NSCloudSharingServiceDelegate.

[Foundation.Protocol(Name="NSCloudSharingServiceDelegate", WrapperType=typeof(AppKit.NSCloudSharingServiceDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Completed", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingService), typeof(Foundation.NSObject[]), typeof(Foundation.NSError) }, Selector="sharingService:didCompleteForItems:error:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Options", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingService), typeof(Foundation.NSItemProvider) }, ReturnType=typeof(AppKit.NSCloudKitSharingServiceOptions), Selector="optionsForSharingService:shareProvider:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Saved", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingService), typeof(CloudKit.CKShare) }, Selector="sharingService:didSaveShare:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Stopped", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingService), typeof(CloudKit.CKShare) }, Selector="sharingService:didStopSharing:")]
public interface INSCloudSharingServiceDelegate : AppKit.INSSharingServiceDelegate, IDisposable
[<Foundation.Protocol(Name="NSCloudSharingServiceDelegate", WrapperType=typeof(AppKit.NSCloudSharingServiceDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Completed", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingService), typeof(Foundation.NSObject[]), typeof(Foundation.NSError) }, Selector="sharingService:didCompleteForItems:error:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Options", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingService), typeof(Foundation.NSItemProvider) }, ReturnType=typeof(AppKit.NSCloudKitSharingServiceOptions), Selector="optionsForSharingService:shareProvider:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Saved", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingService), typeof(CloudKit.CKShare) }, Selector="sharingService:didSaveShare:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Stopped", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSSharingService), typeof(CloudKit.CKShare) }, Selector="sharingService:didStopSharing:")>]
type INSCloudSharingServiceDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSSharingServiceDelegate
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.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
Completed(NSSharingService, NSObject[], NSError)
CreateAnchoringView(NSSharingService, CGRect, NSRectEdge) (Inherited from INSSharingServiceDelegate)
DidFailToShareItems(NSSharingService, NSObject[], NSError) (Inherited from INSSharingServiceDelegate)
DidShareItems(NSSharingService, NSObject[]) (Inherited from INSSharingServiceDelegate)
Options(NSSharingService, NSItemProvider)
Saved(NSSharingService, CKShare)
SourceFrameOnScreenForShareItem(NSSharingService, INSPasteboardWriting) (Inherited from INSSharingServiceDelegate)
SourceWindowForShareItems(NSSharingService, NSObject[], NSSharingContentScope) (Inherited from INSSharingServiceDelegate)
Stopped(NSSharingService, CKShare)
TransitionImageForShareItem(NSSharingService, INSPasteboardWriting, CGRect) (Inherited from INSSharingServiceDelegate)
WillShareItems(NSSharingService, NSObject[]) (Inherited from INSSharingServiceDelegate)

Extension Methods

Name Description
Completed(INSCloudSharingServiceDelegate, NSSharingService, NSObject[], NSError)
Options(INSCloudSharingServiceDelegate, NSSharingService, NSItemProvider)
Saved(INSCloudSharingServiceDelegate, NSSharingService, CKShare)
Stopped(INSCloudSharingServiceDelegate, NSSharingService, CKShare)
CreateAnchoringView(INSSharingServiceDelegate, NSSharingService, CGRect, NSRectEdge)
DidFailToShareItems(INSSharingServiceDelegate, NSSharingService, NSObject[], NSError)
DidShareItems(INSSharingServiceDelegate, NSSharingService, NSObject[])
SourceFrameOnScreenForShareItem(INSSharingServiceDelegate, NSSharingService, INSPasteboardWriting)
SourceWindowForShareItems(INSSharingServiceDelegate, NSSharingService, NSObject[], NSSharingContentScope)
TransitionImageForShareItem(INSSharingServiceDelegate, NSSharingService, INSPasteboardWriting, CGRect)
WillShareItems(INSSharingServiceDelegate, NSSharingService, NSObject[])
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to