共用方式為


FieldDeclarationSyntax.Declarators 屬性

定義

變數宣告子的清單。 每個宣告子都會指定一或多個變數名稱,以及型別和/或初始化運算式。

public:
 property Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::VariableDeclaratorSyntax ^> Declarators { Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::VariableDeclaratorSyntax ^> get(); };
public Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.VariableDeclaratorSyntax> Declarators { get; }
member this.Declarators : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.VariableDeclaratorSyntax>
Public ReadOnly Property Declarators As SeparatedSyntaxList(Of VariableDeclaratorSyntax)

屬性值

適用於