This documentation is archived and is not being maintained.

CatalogChangeResult::DeletedResources Property

The resources that were deleted by the operation or would have been if this was a preview. Note that resources returned here do not have their properties or service definitions attached.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property ReadOnlyCollection<CatalogResource^>^ DeletedResources {
	ReadOnlyCollection<CatalogResource^>^ get ();
	internal: void set (ReadOnlyCollection<CatalogResource^>^ value);
}

Show: