Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public Property DeletedResources As ReadOnlyCollection(Of CatalogResource)
public ReadOnlyCollection<CatalogResource> DeletedResources { get; internal set; }
public:
property ReadOnlyCollection<CatalogResource^>^ DeletedResources {
ReadOnlyCollection<CatalogResource^>^ get ();
internal: void set (ReadOnlyCollection<CatalogResource^>^ value);
}
member DeletedResources : ReadOnlyCollection<CatalogResource> with get, internal set
function get DeletedResources () : ReadOnlyCollection<CatalogResource>
internal function set DeletedResources (value : ReadOnlyCollection<CatalogResource>)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<CatalogResource>
Returns ReadOnlyCollection<T>.
.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.