Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
For a local workspace, this contains the list of local version updates, made by checkin For server workspaces this is empty.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property LocalVersionUpdates As StreamingCollection(Of GetOperation)
public StreamingCollection<GetOperation> LocalVersionUpdates { get; set; }
public:
property StreamingCollection<GetOperation^>^ LocalVersionUpdates {
StreamingCollection<GetOperation^>^ get ();
void set (StreamingCollection<GetOperation^>^ value);
}
member LocalVersionUpdates : StreamingCollection<GetOperation> with get, set
function get LocalVersionUpdates () : StreamingCollection<GetOperation>
function set LocalVersionUpdates (value : StreamingCollection<GetOperation>)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
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.