Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Protected ReadOnly Property IsRefreshedObject As Boolean
protected bool IsRefreshedObject { get; }
protected:
property bool IsRefreshedObject {
bool get ();
}
member IsRefreshedObject : bool with get
function get IsRefreshedObject () : boolean
Property Value
Type: System.Boolean
true if the current generic data object is refreshed; 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.