ITextViewLine.GetAdornmentTags(Object) Method

Definition

Gets the adornments positioned on the line.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ GetAdornmentTags(System::Object ^ providerTag);
public System.Collections.ObjectModel.ReadOnlyCollection<object> GetAdornmentTags (object providerTag);
abstract member GetAdornmentTags : obj -> System.Collections.ObjectModel.ReadOnlyCollection<obj>
Public Function GetAdornmentTags (providerTag As Object) As ReadOnlyCollection(Of Object)

Parameters

providerTag
Object

The identity tag of the provider. This tag should match SpaceNegotiatingAdornmentTag.ProviderTag.

Returns

A sequence of adornment identity tags in order of their appearance on the line. The collection is always non-null but may be empty.

Exceptions

providerTag is null.

Applies to