PendingChangesExt.ExcludedChanges Property
Get the excluded pending changes
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property ExcludedChanges As PendingChange()
public PendingChange[] ExcludedChanges { get; }
public:
virtual property array<PendingChange^>^ ExcludedChanges {
array<PendingChange^>^ get () sealed;
}
abstract ExcludedChanges : PendingChange[] with get
override ExcludedChanges : PendingChange[] with get
final function get ExcludedChanges () : PendingChange[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
Returns PendingChange.
Implements
IPendingChangesExt.ExcludedChanges
.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace