IVsDataConnection.IsLocked Property

Gets a value indicating whether the current data connection is locked.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'宣言
ReadOnly Property IsLocked As Boolean
'使用
Dim instance As IVsDataConnection
Dim value As Boolean

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

Property Value

Type: System.Boolean

Permissions

See Also

Reference

IVsDataConnection Interface

IVsDataConnection Members

Microsoft.VisualStudio.Data.Services Namespace