DesignSurfaceElementOperations.GetTargetDiagramId(ElementGroupPrototype) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'identificateur du Diagram ciblé par un ElementGroupPrototype Merge/CanMerge provenant d'une instance de cette classe.
public:
static Guid GetTargetDiagramId(Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ elementGroupPrototype);
public static Guid GetTargetDiagramId (Microsoft.VisualStudio.Modeling.ElementGroupPrototype elementGroupPrototype);
static member GetTargetDiagramId : Microsoft.VisualStudio.Modeling.ElementGroupPrototype -> Guid
Public Shared Function GetTargetDiagramId (elementGroupPrototype As ElementGroupPrototype) As Guid
Paramètres
- elementGroupPrototype
- ElementGroupPrototype
Retours
ID du diagramme cible, ou Guid.Empty si aucun n'est défini dans le contexte cible de l'EGP.