Dela via


ITag<TRpcTag> Interface

Definition

A tag that can be associated with a span of text.

public interface ITag<TRpcTag> : Microsoft.VisualStudio.Extensibility.Editor.ITag where TRpcTag : ITagContract
type ITag<'RpcTag (requires 'RpcTag :> ITagContract)> = interface
    interface ITag
Public Interface ITag(Of TRpcTag)
Implements ITag

Type Parameters

TRpcTag

The type of the RPC contract for this tag.

Derived
Implements

Properties

RpcContract

Gets a serializable representation of this thick object for use in an RPC call.

Applies to