ModelElementLocator.FindAndOpenDocView, méthode
Recherche un ModelingDocView affichant ce diagam.Si le DocView ne peut pas être recherché dans des vues déjà- ouvertes, ouvrez ensuite les vues sur chaque candidat DocData.Peut retourner null.
Cette API n'est pas conforme CLS.
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
<CLSCompliantAttribute(False)> _
Public Function FindAndOpenDocView ( _
logicalView As Guid, _
diagram As Diagram _
) As ModelingDocView
[CLSCompliantAttribute(false)]
public ModelingDocView FindAndOpenDocView(
Guid logicalView,
Diagram diagram
)
Paramètres
- logicalView
Type : System.Guid
IDENTIFICATEUR de la vue logique du diagramme.
- diagram
Type : Microsoft.VisualStudio.Modeling.Diagrams.Diagram
Diagramme pour lequel un docData contenant est nécessaire.
Valeur de retour
Type : Microsoft.VisualStudio.Modeling.Shell.ModelingDocView
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.