CatalogChangeResult.DeletedNodes Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property DeletedNodes As ReadOnlyCollection(Of CatalogNode)
public ReadOnlyCollection<CatalogNode> DeletedNodes { get; internal set; }
public:
property ReadOnlyCollection<CatalogNode^>^ DeletedNodes {
ReadOnlyCollection<CatalogNode^>^ get ();
internal: void set (ReadOnlyCollection<CatalogNode^>^ value);
}
member DeletedNodes : ReadOnlyCollection<CatalogNode> with get, internal set
function get DeletedNodes () : ReadOnlyCollection<CatalogNode>
internal function set DeletedNodes (value : ReadOnlyCollection<CatalogNode>)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<CatalogNode>
.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.