ConnectAction.UpdateConnectionType Property

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

Syntax

'宣言
Public Property UpdateConnectionType As Boolean
'使用
Dim instance As ConnectAction
Dim value As Boolean

value = instance.UpdateConnectionType

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

Property Value

Type: System.Boolean

Permissions

See Also

Reference

ConnectAction Class

ConnectAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace