NSSharingService Constructors
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.
Overloads
NSSharingService() | |
NSSharingService(NSObjectFlag) | |
NSSharingService(IntPtr) | |
NSSharingService(String, NSImage, NSImage, NSSharingServiceHandler) |
NSSharingService()
NSSharingService(NSObjectFlag)
protected NSSharingService (Foundation.NSObjectFlag t);
new AppKit.NSSharingService : Foundation.NSObjectFlag -> AppKit.NSSharingService
Parameters
Applies to
NSSharingService(IntPtr)
protected internal NSSharingService (IntPtr handle);
new AppKit.NSSharingService : nativeint -> AppKit.NSSharingService
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSSharingService(String, NSImage, NSImage, NSSharingServiceHandler)
[Foundation.Export("initWithTitle:image:alternateImage:handler:")]
[ObjCRuntime.DesignatedInitializer]
public NSSharingService (string title, AppKit.NSImage image, AppKit.NSImage alternateImage, AppKit.NSSharingServiceHandler handler);
new AppKit.NSSharingService : string * AppKit.NSImage * AppKit.NSImage * AppKit.NSSharingServiceHandler -> AppKit.NSSharingService
Parameters
- title
- String
- image
- NSImage
- alternateImage
- NSImage
- handler
- NSSharingServiceHandler
- Attributes