IVsDataViewHierarchy.IsConnectionInitialized Property
Gets a value indicating whether the connection to Server Explorer has been initialized.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property IsConnectionInitialized As Boolean
bool IsConnectionInitialized { get; }
property bool IsConnectionInitialized {
bool get ();
}
abstract IsConnectionInitialized : bool with get
function get IsConnectionInitialized () : boolean
Property Value
Type: System.Boolean
true if connection has been initialized; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewHierarchy Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace