IBlockContext 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 IStructureTag APIs instead
Defines the block context used to display structural block information.
public interface class IBlockContext
public interface class IBlockContext
__interface IBlockContext
public interface IBlockContext
[System.Obsolete("Use IStructureTag APIs instead")]
public interface IBlockContext
type IBlockContext = interface
[<System.Obsolete("Use IStructureTag APIs instead")>]
type IBlockContext = interface
Public Interface IBlockContext
- Derived
- Attributes
Properties
BlockTag |
Gets the block tag associated with this context. |
Content |
Gets the content that will be displayed in the tool tip, including hierarchical parent content. |
TextView |
Gets the text view associated with this context. |