Partager via


ModelingEditorFactory.MapLogicalView, méthode (Guid%, String%)

Mappe GUID logique d'une vue à une vue physique.

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Function MapLogicalView ( _
    ByRef logicalView As Guid, _
    <OutAttribute> ByRef viewName As String _
) As Integer
public int MapLogicalView(
    ref Guid logicalView,
    out string viewName
)

Paramètres

  • logicalView
    Type : System.Guid%
    GUID qui est assigné à la vue logique.

Valeur de retour

Type : System.Int32
Si la méthode réussit, S_OK est retourné.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

ModelingEditorFactory Classe

MapLogicalView, surcharge

Microsoft.VisualStudio.Modeling.Shell, espace de noms