IBlockTag.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:
property Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ Parent { Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ get(); };
public:
property Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ Parent { Microsoft::VisualStudio::Text::Tagging::IBlockTag ^ get(); };
public Microsoft.VisualStudio.Text.Tagging.IBlockTag Parent { get; }
member this.Parent : Microsoft.VisualStudio.Text.Tagging.IBlockTag
Public ReadOnly Property Parent As IBlockTag