Partager via


ExpansionProvider.GetFieldSpan, méthode

Obtient l'étendue de champ du champ spécifié

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)

Syntaxe

'Déclaration
Public Overridable Function GetFieldSpan ( _
    field As String, _
    <OutAttribute> ByRef pts As TextSpan _
) As Boolean
public virtual bool GetFieldSpan(
    string field,
    out TextSpan pts
)

Paramètres

  • field
    Type : System.String
    Le champ pour lequel obtenir l'étendue de texte.

Valeur de retour

Type : System.Boolean
true si ExpansionSession n'est pas nullRéférence Null (Nothing en Visual Basic), sinon false.

Remarques

Cette méthode appelle la méthode GetFieldSpan.

Sécurité .NET Framework

Voir aussi

Référence

ExpansionProvider Classe

Microsoft.VisualStudio.Package, espace de noms