SwimlaneShape.FindHeaderBackgroundField(IList<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.
Recherchez le champ d’arrière-plan dans le couloir.
public:
static Microsoft::VisualStudio::Modeling::Diagrams::AreaField ^ FindHeaderBackgroundField(System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^> ^ shapeFields);
public static Microsoft.VisualStudio.Modeling.Diagrams.AreaField FindHeaderBackgroundField (System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField> shapeFields);
static member FindHeaderBackgroundField : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField> -> Microsoft.VisualStudio.Modeling.Diagrams.AreaField
Public Shared Function FindHeaderBackgroundField (shapeFields As IList(Of ShapeField)) As AreaField
Paramètres
- shapeFields
- IList<ShapeField>
Liste des sous-champs à examiner.
Retours
Champ de zone qui a été trouvé.