Instance Property
インスタンスプロパティ
raw
rawValue
The raw value of the interpeted syntax.
解釈された構文の生の値。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var rawValue: Int
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Comparing Markdown Syntax Values Markdown構文値を比較する
typealias AttributedString.MarkdownParsingOptions.InterpretedSyntax.RawValue
The type of the interpreted syntax’s raw value.
解釈された構文のもつ生の値の型。
static func != (AttributedString.MarkdownParsingOptions.InterpretedSyntax, AttributedString.MarkdownParsingOptions.InterpretedSyntax) -> Bool
Returns a Boolean value that indicates whether two values are not equal.
あるブール値を返します、それは2つの値が等しくないかどうかを指し示します。