An interface to specify the policy edit context.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Interface IPolicyEditArgs _
    Inherits IServiceProvider
public interface IPolicyEditArgs : IServiceProvider
public interface class IPolicyEditArgs : IServiceProvider
type IPolicyEditArgs =  
    interface
        interface IServiceProvider
    end
public interface IPolicyEditArgs extends IServiceProvider
The IPolicyEditArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | IsNew | Gets a flag that describes whether the user is editing a new instance of this policy. | 
| .gif) | Parent | Gets the parent window for policies dialog boxes. | 
| .gif) | TeamProject | Gets the team project on which this policy is being applied. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetService | Gets the service object of the specified type. (Inherited from IServiceProvider.) | 
Top