ReadOnlyLinkedElementCollection<T>.IntermediateCount Property
Gets the intermediate number of role players in collection(during commit).
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Property IntermediateCount As Integer
public int IntermediateCount { get; private set; }
public:
property int IntermediateCount {
int get ();
private: void set (int value);
}
member IntermediateCount : int with get, private set
function get IntermediateCount () : int
private function set IntermediateCount (value : int)
Property Value
Type: Int32
Remarks
Can be greater or less the CommittedCount becuase it represents the intermediate count . Consider the following sequence: Add (internmediate is more than the commited) Remove (internmediate is the same as the commited) Remove (internmediate is less than the commited)
.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.