VsTextSpanSetClass Class

 

Utility for text string matching. See IVsTextSpanSet.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsTextSpanSetClass

[GuidAttribute("31A81214-5A9F-4532-ACD0-3204A9AB5D08")]
[ClassInterfaceAttribute(0)]
public class VsTextSpanSetClass : IVsTextSpanSet, VsTextSpanSet

NameDescription
System_CAPS_pubmethodVsTextSpanSetClass()

Creates a new instance of the class.

NameDescription
System_CAPS_pubmethodAdd(Int32, TextSpan[])

Method information not provided. Do not use.

System_CAPS_pubmethodAddFromEnum(IVsEnumTextSpans)

Method information not provided. Do not use.

System_CAPS_pubmethodAttachTextImage(Object)

Passes a text image to the environment.

System_CAPS_pubmethodDetach()

Releases a text image.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetAt(Int32, TextSpan[])

Returns a requested text span.

System_CAPS_pubmethodGetCount(Int32)

Returns the number of text spans.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemoveAll()

Method information not provided. Do not use.

System_CAPS_pubmethodResumeTracking()

Method information not provided. Do not use.

System_CAPS_pubmethodSort(UInt32)

Method information not provided. Do not use.

System_CAPS_pubmethodSuspendTracking()

Method information not provided. Do not use.

System_CAPS_pubmethodToString()

(Inherited from Object.)

You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: