ITypeSymbol.IsExtension 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.
Achtung
This API will be removed in the future. Use INamedTypeSymbol.IsExtension instead.
Ist dies ein Symbol für eine Erweiterungsdeklaration.
public bool IsExtension { get; }
[System.Obsolete("This API will be removed in the future. Use INamedTypeSymbol.IsExtension instead.")]
public bool IsExtension { get; }
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public bool IsExtension { get; }
member this.IsExtension : bool
[<System.Obsolete("This API will be removed in the future. Use INamedTypeSymbol.IsExtension instead.")>]
member this.IsExtension : bool
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
member this.IsExtension : bool
Public ReadOnly Property IsExtension As Boolean
Eigenschaftswert
- Attribute