IBlockContext.BlockTag Property
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.
Gets the block tag associated with this context.
public:
property Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ BlockTag { Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ get(); };
public:
property Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ BlockTag { Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ get(); };
public Microsoft.VisualStudio.Text.Tagging.IBlockTag BlockTag { get; }
member this.BlockTag : Microsoft.VisualStudio.Text.Tagging.IBlockTag
Public ReadOnly Property BlockTag As IBlockTag