SwimlaneShape.FindHeaderBackgroundField(IList<ShapeField>) 方法

定义

查找泳道中的 "背景" 字段。

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

参数

shapeFields
IList<ShapeField>

要查找的子字段列表。

返回

AreaField

找到的区域字段。

适用于