SpaceNegotiatingAdornmentTag.ProviderTag Property
Gets a unique object that identifies the provider of the adornment.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'宣言
Public Property ProviderTag As Object
Get
Private Set
public Object ProviderTag { get; private set; }
public:
property Object^ ProviderTag {
Object^ get ();
private: void set (Object^ value);
}
member ProviderTag : Object with get, private set
function get ProviderTag () : Object
private function set ProviderTag (value : Object)
Property Value
Type: System.Object
A unique object that identifies the provider of the adornment.
Remarks
This object is used to get adornments by calling GetAdornmentTags.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.