Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.VersionControl.Client.PolicyBase
    Microsoft.TeamFoundation.Build.Controls.BuildPolicy
Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class BuildPolicy _
    Inherits PolicyBase
[SerializableAttribute]
public class BuildPolicy : PolicyBase
[SerializableAttribute]
public ref class BuildPolicy : public PolicyBase
[<SerializableAttribute>]
type BuildPolicy =  
    class 
        inherit PolicyBase 
    end
public class BuildPolicy extends PolicyBase
The BuildPolicy type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | BuildPolicy | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CanEdit | (Overrides PolicyBase.CanEdit.) | 
| .gif) | Description | (Overrides PolicyBase.Description.) | 
| .gif) | Disposed | Returns true if this object has been disposed. (Inherited from PolicyBase.) | 
| .gif) | InstallationInstructions | Gets or sets textual instructions about how the policy can be installed on a computer. (Inherited from PolicyBase.) | 
| .gif) | PendingCheckin | Get an object that represents the pending changes part of the pending checkin. (Inherited from PolicyBase.) | 
| .gif) | Type | (Overrides PolicyBase.Type.) | 
| .gif) | TypeDescription | (Overrides PolicyBase.TypeDescription.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Activate | Called if the user double-clicks on a policy failure. (Inherited from PolicyBase.) | 
| .gif) | DisplayHelp | (Overrides PolicyBase.DisplayHelp(PolicyFailure).) | 
| .gif) | Dispose | Disposes this object. (Inherited from PolicyBase.) | 
| .gif) | Edit | (Overrides PolicyBase.Edit(IPolicyEditArgs).) | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Evaluate | (Overrides PolicyBase.Evaluate().) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetAssemblyName | (Overrides PolicyBase.GetAssemblyName().) | 
| .gif) | GetBinaryFormatter | (Overrides PolicyBase.GetBinaryFormatter().) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | Initialize | (Overrides PolicyBase.Initialize(IPendingCheckin).) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | OnPolicyStateChanged | Fire the event to notify of a change in policy state. (Inherited from PolicyBase.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PolicyStateChanged | Occurs when the state of the policy is changed. (Inherited from PolicyBase.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.