次の方法で共有


OrderingSyntax.AscendingOrDescendingKeyword プロパティ

定義

"昇順" キーワードまたは "降順" キーワード (存在する場合)。 昇順または降順で並べ替えるかどうかを判断するには、Kind プロパティを確認する方が簡単です。

public:
 property Microsoft::CodeAnalysis::SyntaxToken AscendingOrDescendingKeyword { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken AscendingOrDescendingKeyword { get; }
member this.AscendingOrDescendingKeyword : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property AscendingOrDescendingKeyword As SyntaxToken

プロパティ値

注釈

この子は省略可能です。 存在しない場合は、Nothing が返されます。

適用対象