Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.IPolicyEditArgsArguments 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.