Partition.DirtyCount Property
Indicates the number of changes to the Partition.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
Public Property DirtyCount As Long
Get
Set
public long DirtyCount { get; set; }
public:
property long long DirtyCount {
long long get ();
void set (long long value);
}
member DirtyCount : int64 with get, set
function get DirtyCount () : long
function set DirtyCount (value : long)
Property Value
Type: System.Int64
.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.