IBlockContextSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |