EditorFactory.GetRegisteredEditorInfo, méthode

Obtient EditorFactory.EditorInfo pour l'extension spécifiée.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   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)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)

Syntaxe

'Déclaration
Public Overridable Function GetRegisteredEditorInfo ( _
    extension As String _
) As EditorFactory..::..EditorInfo
public virtual EditorFactory..::..EditorInfo GetRegisteredEditorInfo(
    string extension
)

Paramètres

  • extension
    Type : System.String
    L'extension pour laquelle obtenir les informations d'éditeur

Valeur de retour

Type : Microsoft.VisualStudio.Package.EditorFactory.EditorInfo
EditorFactory.EditorInfo enregistré pour l'extension donnée.

Sécurité .NET Framework

Voir aussi

Référence

EditorFactory Classe

Microsoft.VisualStudio.Package, espace de noms