Partager via


DataMappedObject.IsRefreshedObject Property

Gets a value indicating whether the current generic data object is refreshed, and thus has updated information.

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

Syntax

Protected ReadOnly Property IsRefreshedObject As Boolean

Dim value As Boolean

value = Me.IsRefreshedObject
protected bool IsRefreshedObject { get; }
protected:
property bool IsRefreshedObject {
    bool get ();
}
protected function get IsRefreshedObject () : boolean

Property Value

Type: System.Boolean

true if the current generic data object is refreshed; otherwise, false.

Permissions

See Also

Reference

DataMappedObject Class

DataMappedObject Members

Microsoft.VisualStudio.Data.Framework Namespace