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.
Displays a dialog box to allow user to configure the properties of the policy.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Function Edit ( _
policyEditArgs As IPolicyEditArgs _
) As Boolean
bool Edit(
IPolicyEditArgs policyEditArgs
)
bool Edit(
IPolicyEditArgs^ policyEditArgs
)
abstract Edit :
policyEditArgs:IPolicyEditArgs -> bool
function Edit(
policyEditArgs : IPolicyEditArgs
) : boolean
Parameters
- policyEditArgs
Type: Microsoft.TeamFoundation.VersionControl.Client.IPolicyEditArgs
The edit context for the policy.
Return Value
Type: System.Boolean
True if the policy was updated.
.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.