ITypeSymbol.IsExtension Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
This API will be removed in the future. Use INamedTypeSymbol.IsExtension instead.
Es este un símbolo para una declaración de extensión.
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
Valor de propiedad
- Atributos