Share via


IsDisposed Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that indicates whether the current InputProviderSite object has been disposed.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property IsDisposed As Boolean
public bool IsDisposed { get; }
public:
property bool IsDisposed {
    bool get ();
}
member IsDisposed : bool
function get IsDisposed () : boolean

Property Value

Type: System. . :: . .Boolean
true if the current object has been disposed; otherwise, false.

.NET Framework Security

See Also

Reference

InputProviderSite Class

Microsoft.SPOT.Input Namespace