ShapeElement::FindShapeField Method (String^)

 

Searches for a shape field in a shape.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
ShapeField^ FindShapeField(
	String^ fieldName
)

Parameters

fieldName
Type: System::String^

The name of the shape field.

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^

The first shape field that has the specified name; otherwise, null, if no shape field is found.

Return to top
Show: