BlockTag.Parent 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 hierarchical parent of the structural block.
public:
virtual property Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ Parent { Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ get(); };
public:
virtual property Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ Parent { Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ get(); };
public virtual Microsoft.VisualStudio.Text.Tagging.IBlockTag Parent { get; }
member this.Parent : Microsoft.VisualStudio.Text.Tagging.IBlockTag
Public Overridable ReadOnly Property Parent As IBlockTag