SwimlaneShape.FindHeaderBackgroundField(IList<ShapeField>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Find the background field in the swimlane.
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
Parameters
- shapeFields
- IList<ShapeField>
List of subfields to look in.
Returns
The area field that was found.