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