ListField.DefaultItemSelectable Property

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

Syntax

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

value = instance.DefaultItemSelectable

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

Property Value

Type: System.Boolean

Permissions

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace