BasePropertyDeclarationSyntax.Type Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Typsyntax ab.
public:
abstract property Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ Type { Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ get(); };
public abstract Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax Type { get; }
member this.Type : Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax
Public MustOverride ReadOnly Property Type As TypeSyntax