AttributeData.AttributeConstructor 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.
Der Konstruktor der Attributklasse.
public:
property Microsoft::CodeAnalysis::IMethodSymbol ^ AttributeConstructor { Microsoft::CodeAnalysis::IMethodSymbol ^ get(); };
public Microsoft.CodeAnalysis.IMethodSymbol AttributeConstructor { get; }
public Microsoft.CodeAnalysis.IMethodSymbol? AttributeConstructor { get; }
member this.AttributeConstructor : Microsoft.CodeAnalysis.IMethodSymbol
Public ReadOnly Property AttributeConstructor As IMethodSymbol