Share via


CollectionRangeVariableSyntax.AsClause 属性

定义

描述要定义的变量的类型。

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

属性值

注解

此子级是可选的。 如果不存在,则不返回任何内容。

适用于