IChangesExt.ExcludedChanges Property
Namespace: Microsoft.TeamFoundation.Git.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.Git.Controls (in Microsoft.TeamFoundation.Git.Controls.dll)
Syntax
'Declaration
ReadOnly Property ExcludedChanges As IReadOnlyListIChangesPendingChangeItem
IReadOnlyListIChangesPendingChangeItem ExcludedChanges { get; }
property IReadOnlyListIChangesPendingChangeItem^ ExcludedChanges {
IReadOnlyListIChangesPendingChangeItem^ get ();
}
abstract ExcludedChanges : IReadOnlyListIChangesPendingChangeItem with get
function get ExcludedChanges () : IReadOnlyListIChangesPendingChangeItem
Property Value
Type: System.Collections.GenericIReadOnlyListIChangesPendingChangeItem
.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.TeamFoundation.Git.Controls.Extensibility Namespace