ITypeSymbol.IsExtension Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This API will be removed in the future. Use INamedTypeSymbol.IsExtension instead.
Simbolo di una dichiarazione di estensione.
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
Valore della proprietà
- Attributi