Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.