ITypeSymbol.IsExtension プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This API will be removed in the future. Use INamedTypeSymbol.IsExtension instead.
これは拡張宣言のシンボルです。
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
プロパティ値
- 属性