ListField Constructor (String^, Boolean, String^, String^)

 

Initializes a new instance of the ListField class.

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

public:
ListField(
	String^ fieldName,
	bool snakedList,
	String^ moreText,
	String^ watermarkText
)

Parameters

fieldName
Type: System::String^

Unique identifier for this ShapeField.

snakedList
Type: System::Boolean
moreText
Type: System::String^
watermarkText
Type: System::String^
_snakedList

Indicates whether or not this should be a snaked list

_watermarkText

Text to display if the list is empty.

Return to top
Show: