IBlockContextSource Interface

Definition

Caution

Use IStructureContextSource instead

Provides content for structural block tool tips for a given IBlockTag.

public interface class IBlockContextSource : IDisposable
public interface IBlockContextSource : IDisposable
[System.Obsolete("Use IStructureContextSource instead")]
public interface IBlockContextSource : IDisposable
type IBlockContextSource = interface
    interface IDisposable
[<System.Obsolete("Use IStructureContextSource instead")>]
type IBlockContextSource = interface
    interface IDisposable
Public Interface IBlockContextSource
Implements IDisposable
Attributes
Implements

Methods

GetBlockContextAsync(IBlockTag, ITextView, CancellationToken)

Gets the contexts for the given block tag.

Applies to