다음을 통해 공유


VariableDeclaratorSyntax.AsClause Property

Definition

The "As" clause that describes the return type, and possibly includes "New", "With" or "From". If no As clause was present, Nothing is returned.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::AsClauseSyntax ^ AsClause { Microsoft::CodeAnalysis::VisualBasic::Syntax::AsClauseSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.AsClauseSyntax AsClause { get; }
member this.AsClause : Microsoft.CodeAnalysis.VisualBasic.Syntax.AsClauseSyntax
Public ReadOnly Property AsClause As AsClauseSyntax

Property Value

Remarks

This child is optional. If it is not present, then Nothing is returned.

Applies to