ITextViewLine::GetAdornmentTags Method (Object^)
Visual Studio 2015
Gets the adornments positioned on the line.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- providerTag
-
Type:
System::Object^
The identity tag of the provider.
This tag should match SpaceNegotiatingAdornmentTag.ProviderTag.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<Object^>^A sequence of adornment identity tags in order of their appearance on the line. The collection is always non-null but may be empty.
| Exception | Condition |
|---|---|
| ArgumentNullException | providerTag is null. |
Show: