다음을 통해 공유


NSTextField.CreateLabel 메서드

정의

오버로드

CreateLabel(NSAttributedString)
CreateLabel(String)

CreateLabel(NSAttributedString)

[Foundation.Export("labelWithAttributedString:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSTextField CreateLabel (Foundation.NSAttributedString attributedStringValue);
static member CreateLabel : Foundation.NSAttributedString -> AppKit.NSTextField

매개 변수

attributedStringValue
NSAttributedString

반환

특성

적용 대상

CreateLabel(String)

[Foundation.Export("labelWithString:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSTextField CreateLabel (string stringValue);
static member CreateLabel : string -> AppKit.NSTextField

매개 변수

stringValue
String

반환

특성

적용 대상