NSDocumentController.MakeDocument Method
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.
[Foundation.Export("makeDocumentWithContentsOfURL:ofType:error:")]
public virtual Foundation.NSObject MakeDocument(Foundation.NSUrl url, string typeName, out Foundation.NSError outError);
abstract member MakeDocument : Foundation.NSUrl * string * -> Foundation.NSObject
override this.MakeDocument : Foundation.NSUrl * string * -> Foundation.NSObject
Parameters
- url
- NSUrl
- typeName
- String
- outError
- NSError
Returns
- Attributes
Applies to
Xamarin.Mac SDK 14
Product | Versions |
---|---|
Xamarin.Mac SDK | 14 |
[Foundation.Export("makeDocumentForURL:withContentsOfURL:ofType:error:")]
public virtual Foundation.NSObject MakeDocument(Foundation.NSUrl urlOrNil, Foundation.NSUrl contentsUrl, string typeName, out Foundation.NSError outError);
abstract member MakeDocument : Foundation.NSUrl * Foundation.NSUrl * string * -> Foundation.NSObject
override this.MakeDocument : Foundation.NSUrl * Foundation.NSUrl * string * -> Foundation.NSObject
Parameters
- urlOrNil
- NSUrl
- contentsUrl
- NSUrl
- typeName
- String
- outError
- NSError
Returns
- Attributes
Applies to
Xamarin.Mac SDK 14
Product | Versions |
---|---|
Xamarin.Mac SDK | 14 |