Bagikan melalui


IPendingChangesExt.ExcludedChanges Property

Get the current excluded pending changes

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
ReadOnly Property ExcludedChanges As PendingChange()
PendingChange[] ExcludedChanges { get; }
property array<PendingChange^>^ ExcludedChanges {
    array<PendingChange^>^ get ();
}
abstract ExcludedChanges : PendingChange[] with get
function get ExcludedChanges () : PendingChange[]

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
Returns PendingChange.

.NET Framework Security

See Also

Reference

IPendingChangesExt Interface

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace