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