DataSourceCollection.IsDisposed Property

Returns whether the object has been disposed once

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public ReadOnly Property IsDisposed As Boolean
    Get
‘사용 방법
Dim instance As DataSourceCollection
Dim value As Boolean

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DataSourceCollection Class

DataSourceCollection Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace