ListField Constructor (String^, Boolean, String^, String^)
Visual Studio 2015
Initializes a new instance of the ListField class.
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.
Show: