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.
Shows a configuration dialog box to the user to specify options for the check-in policy.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public MustOverride Function Edit ( _
policyEditArgs As IPolicyEditArgs _
) As Boolean
public abstract bool Edit(
IPolicyEditArgs policyEditArgs
)
public:
virtual bool Edit(
IPolicyEditArgs^ policyEditArgs
) abstract
abstract Edit :
policyEditArgs:IPolicyEditArgs -> bool
public abstract function Edit(
policyEditArgs : IPolicyEditArgs
) : boolean
Parameters
- policyEditArgs
Type: Microsoft.TeamFoundation.VersionControl.Client.IPolicyEditArgs
Arguments for the configuration dialog box.
Return Value
Type: System.Boolean
True if the dialog box opened; otherwise, false.
Implements
IPolicyDefinition.Edit(IPolicyEditArgs)
.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.