IPolicyEditArgs Interface
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
'Declaration
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 | |
---|---|---|
IsNew | Gets a flag that describes whether the user is editing a new instance of this policy. | |
Parent | Gets the parent window for policies dialog boxes. | |
TeamProject | Gets the team project on which this policy is being applied. |
Top
Methods
Name | Description | |
---|---|---|
GetService | Gets the service object of the specified type. (Inherited from IServiceProvider.) |
Top