다음을 통해 공유


NSAttributedString.GetFileWrapper 메서드

정의

오버로드

GetFileWrapper(NSRange, NSAttributedStringDocumentAttributes, NSError)
GetFileWrapper(NSRange, NSDictionary, NSError)

GetFileWrapper(NSRange, NSAttributedStringDocumentAttributes, NSError)

public Foundation.NSFileWrapper GetFileWrapper (Foundation.NSRange range, Foundation.NSAttributedStringDocumentAttributes options, out Foundation.NSError error);
member this.GetFileWrapper : Foundation.NSRange * Foundation.NSAttributedStringDocumentAttributes *  -> Foundation.NSFileWrapper

매개 변수

range
NSRange
error
NSError

반환

적용 대상

GetFileWrapper(NSRange, NSDictionary, NSError)

[Foundation.Export("fileWrapperFromRange:documentAttributes:error:")]
public virtual Foundation.NSFileWrapper GetFileWrapper (Foundation.NSRange range, Foundation.NSDictionary options, out Foundation.NSError error);
abstract member GetFileWrapper : Foundation.NSRange * Foundation.NSDictionary *  -> Foundation.NSFileWrapper
override this.GetFileWrapper : Foundation.NSRange * Foundation.NSDictionary *  -> Foundation.NSFileWrapper

매개 변수

range
NSRange
options
NSDictionary
error
NSError

반환

특성

적용 대상