PHCloudIdentifier 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
PHCloudIdentifier(NSCoder) | |
PHCloudIdentifier(NSObjectFlag) | |
PHCloudIdentifier(IntPtr) | |
PHCloudIdentifier(String) |
PHCloudIdentifier(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public PHCloudIdentifier (Foundation.NSCoder coder);
new Photos.PHCloudIdentifier : Foundation.NSCoder -> Photos.PHCloudIdentifier
Parameters
- coder
- NSCoder
- Attributes
Applies to
PHCloudIdentifier(NSObjectFlag)
protected PHCloudIdentifier (Foundation.NSObjectFlag t);
new Photos.PHCloudIdentifier : Foundation.NSObjectFlag -> Photos.PHCloudIdentifier
Parameters
Applies to
PHCloudIdentifier(IntPtr)
protected internal PHCloudIdentifier (IntPtr handle);
new Photos.PHCloudIdentifier : nativeint -> Photos.PHCloudIdentifier
Parameters
- handle
-
IntPtr
nativeint
Applies to
PHCloudIdentifier(String)
[Foundation.Export("initWithStringValue:")]
public PHCloudIdentifier (string stringValue);
new Photos.PHCloudIdentifier : string -> Photos.PHCloudIdentifier
Parameters
- stringValue
- String
- Attributes