DataMappedObject.IsRefreshedObject 属性

获取一个值刷新当前通用数据对象从而有最新信息。

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Protected ReadOnly Property IsRefreshedObject As Boolean
protected bool IsRefreshedObject { get; }
protected:
property bool IsRefreshedObject {
    bool get ();
}
member IsRefreshedObject : bool
function get IsRefreshedObject () : boolean

属性值

类型:System.Boolean
true ,如果刷新当前通用数据对象;否则,false。

.NET Framework 安全性

请参见

参考

DataMappedObject 类

Microsoft.VisualStudio.Data.Framework 命名空间