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.
Saves or previews all of the changes that were attached to this context.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function Save ( _
requestContext As TeamFoundationRequestContext, _
preview As Boolean _
) As List(Of CatalogResource)
public List<CatalogResource> Save(
TeamFoundationRequestContext requestContext,
bool preview
)
public:
List<CatalogResource^>^ Save(
TeamFoundationRequestContext^ requestContext,
bool preview
)
member Save :
requestContext:TeamFoundationRequestContext *
preview:bool -> List<CatalogResource>
public function Save(
requestContext : TeamFoundationRequestContext,
preview : boolean
) : List<CatalogResource>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- preview
Type: System.Boolean
Return Value
Type: System.Collections.Generic.List<CatalogResource>
.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.