Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is the list of changes associated with this pending set.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property PendingChanges As StreamingCollection(Of PendingChange)
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public StreamingCollection<PendingChange> PendingChanges { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property StreamingCollection<PendingChange^>^ PendingChanges {
StreamingCollection<PendingChange^>^ get ();
void set (StreamingCollection<PendingChange^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member PendingChanges : StreamingCollection<PendingChange> with get, set
function get PendingChanges () : StreamingCollection<PendingChange>
function set PendingChanges (value : StreamingCollection<PendingChange>)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PendingChange>
Returns StreamingCollection<T>.
.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.