ITag<TRpcTag> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |