INSCloudSharingServiceDelegate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Foundation.Protocol(Name="NSCloudSharingServiceDelegate", WrapperType=typeof(AppKit.NSCloudSharingServiceDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface INSCloudSharingServiceDelegate : AppKit.INSSharingServiceDelegate, IDisposable
type INSCloudSharingServiceDelegate = interface
interface INativeObject
interface IDisposable
interface INSSharingServiceDelegate
- 派生
-
- 属性
-
- 实现
-
属性
扩展方法
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[])
|
适用于