ListItemSubField.GetFocusable(ShapeElement, ShapeField) 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 une valeur indiquant si ce champ de forme peut recevoir le focus.
public:
override bool GetFocusable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ parentField);
public override bool GetFocusable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.ShapeField parentField);
override this.GetFocusable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> bool
Public Overrides Function GetFocusable (parentShape As ShapeElement, parentField As ShapeField) As Boolean
Paramètres
- parentShape
- ShapeElement
ShapeElement parent de ce ShapeSubField.
- parentField
- ShapeField
ShapeField parent de ce ShapeSubField.
Retours
true si ce champ de forme peut recevoir le focus.