バージョン

GetAnnotations() メソッド

ノードのすべての注釈値の列挙子を返します。
シンタックス
'宣言
 
Public Overloads Function GetAnnotations() As IEnumerable(Of SyntaxAnnotation)
public IEnumerable<SyntaxAnnotation> GetAnnotations()

戻り値の型

ノードのすべての注釈値の列挙子。
参照