VsTextSpanSetClass Classe

Définition

Utilitaire permettant de mettre en correspondance des chaînes de texte. Consultez IVsTextSpanSet.

public ref class VsTextSpanSetClass : Microsoft::VisualStudio::TextManager::Interop::VsTextSpanSet
[Windows::Foundation::Metadata::WebHostHidden]
class VsTextSpanSetClass : Microsoft::VisualStudio::TextManager::Interop::VsTextSpanSet
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("31A81214-5A9F-4532-ACD0-3204A9AB5D08")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class VsTextSpanSetClass : Microsoft.VisualStudio.TextManager.Interop.VsTextSpanSet
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("31A81214-5A9F-4532-ACD0-3204A9AB5D08")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type VsTextSpanSetClass = class
    interface IVsTextSpanSet
    interface VsTextSpanSet
Public Class VsTextSpanSetClass
Implements VsTextSpanSet
Héritage
VsTextSpanSetClass
Attributs
Implémente

Remarques

Vous ne pouvez pas créer une instance de cette classe avec le new mot clé. Au lieu de cela, vous devez récupérer l' ILocalRegistry objet et créer l’objet avec CreateInstance . Le MPF encapsule cette méthode avec CreateInstance .

Constructeurs

VsTextSpanSetClass()

Crée une nouvelle instance de la classe.

Méthodes

Add(Int32, TextSpan[])

Information de méthode non fournie. Ne pas utiliser.

AddFromEnum(IVsEnumTextSpans)

Information de méthode non fournie. Ne pas utiliser.

AttachTextImage(Object)

Passe une image texte à l'environnement.

Detach()

Libère une image de texte.

GetAt(Int32, TextSpan[])

Retourne une étendue de texte demandée.

GetCount(Int32)

Retourne le nombre d'étendues de texte.

RemoveAll()

Information de méthode non fournie. Ne pas utiliser.

ResumeTracking()

Information de méthode non fournie. Ne pas utiliser.

Sort(UInt32)

Information de méthode non fournie. Ne pas utiliser.

SuspendTracking()

Information de méthode non fournie. Ne pas utiliser.

S’applique à