AttributeData.CommonAttributeConstructor 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.
protected:
abstract property Microsoft::CodeAnalysis::IMethodSymbol ^ CommonAttributeConstructor { Microsoft::CodeAnalysis::IMethodSymbol ^ get(); };
protected abstract Microsoft.CodeAnalysis.IMethodSymbol CommonAttributeConstructor { get; }
protected abstract Microsoft.CodeAnalysis.IMethodSymbol? CommonAttributeConstructor { get; }
member this.CommonAttributeConstructor : Microsoft.CodeAnalysis.IMethodSymbol
Protected MustOverride ReadOnly Property CommonAttributeConstructor As IMethodSymbol