NamedTupleElementSyntax.AsClause 属性

定义

一个简单的“As”子句,指定元组元素的类型。

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

属性值

注解

此子级是可选的。 如果不存在,则返回 Nothing。

适用于