SwimlaneShape.FindHeaderBackgroundField(IList<ShapeField>) Method

Definition

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.

Applies to