Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Searches for the area field that contains the background for the shape's header.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Shared Function FindHeaderBackgroundField ( _
shapeFields As IList(Of ShapeField) _
) As AreaField
public static AreaField FindHeaderBackgroundField(
IList<ShapeField> shapeFields
)
public:
static AreaField^ FindHeaderBackgroundField(
IList<ShapeField^>^ shapeFields
)
static member FindHeaderBackgroundField :
shapeFields:IList<ShapeField> -> AreaField
public static function FindHeaderBackgroundField(
shapeFields : IList<ShapeField>
) : AreaField
Parameters
- shapeFields
Type: System.Collections.Generic.IList<ShapeField>
The area fields to search.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.AreaField
The area field that contains the background for the shape's header.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.