共用方式為


OrderingSyntax.AscendingOrDescendingKeyword 屬性

定義

如果存在,則為 「Ascending」 或 「Descending」 關鍵字。 若要判斷要以遞增或遞減順序排序,檢查 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。

適用於