ITag<TRpcTag> Interface
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.
C#
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
- TRpcTag
The type of the RPC contract for this tag.
- Derived
- Implements
Rpc |
Gets a serializable representation of this thick object for use in an RPC call. |
Produit | Versions |
---|---|
Visual Studio SDK | 2022 |