다음을 통해 공유


IAdornmentElement.ProviderTag Property

Gets the unique identifier associated with the provider of the adornment.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

‘선언
ReadOnly Property ProviderTag As Object
Object ProviderTag { get; }
property Object^ ProviderTag {
    Object^ get ();
}
abstract ProviderTag : Object
function get ProviderTag () : Object

Property Value

Type: System.Object
The unique identifier associated with the provider of the adornment.

Remarks

This ID can be passed to GetAdornmentTags to find the list off adornment identity tags located on the line.

.NET Framework Security

See Also

Reference

IAdornmentElement Interface

Microsoft.VisualStudio.Text.Formatting Namespace