다음을 통해 공유


NSDocumentController.DuplicateDocumentWithContentsOfUrl 메서드

정의

[Foundation.Export("duplicateDocumentWithContentsOfURL:copying:displayName:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.NSDocument DuplicateDocumentWithContentsOfUrl (Foundation.NSUrl url, bool duplicateByCopying, string displayName, out Foundation.NSError error);
abstract member DuplicateDocumentWithContentsOfUrl : Foundation.NSUrl * bool * string *  -> AppKit.NSDocument
override this.DuplicateDocumentWithContentsOfUrl : Foundation.NSUrl * bool * string *  -> AppKit.NSDocument

매개 변수

url
NSUrl
duplicateByCopying
Boolean
displayName
String
error
NSError

반환

특성

적용 대상