OrderingSyntax.AscendingOrDescendingKeyword 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果存在,則為 「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。