ListField.SnakedList Property

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

Syntax

'宣言
Public ReadOnly Property SnakedList As Boolean
'使用
Dim instance As ListField
Dim value As Boolean

value = instance.SnakedList
public bool SnakedList { get; }
public:
property bool SnakedList {
    bool get ();
}
public function get SnakedList () : boolean

Property Value

Type: System.Boolean

Permissions

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace