IBlockContext.BlockTag Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das blockTag ab, das diesem Kontext zugeordnet ist.
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