Partager via


EditorFactory.MapLogicalView, méthode

Mappe une vue logique à une vue physique.

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 MapLogicalView ( _
    ByRef logicalView As Guid, _
    <OutAttribute> ByRef physicalView As String _
) As Integer
public virtual int MapLogicalView(
    ref Guid logicalView,
    out string physicalView
)

Paramètres

  • logicalView
    Type : System.Guid%
    Identificateur unique de la vue logique.
  • physicalView
    Type : System.String%
    Le nom de la vue physique à laquelle la vue logique doit être mappée.

Valeur de retour

Type : System.Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Implémentations

IVsEditorFactory.MapLogicalView(Guid%, String%)

Sécurité .NET Framework

Voir aussi

Référence

EditorFactory Classe

Microsoft.VisualStudio.Package, espace de noms

MapLogicalView