This documentation is archived and is not being maintained.

ActionDefinition Constructor

Initializes a new ActionDefinition instance.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
ActionDefinition(
	int bit, 
	String^ name, 
	String^ displayName
)

Parameters

bit
Type: System::Int32

The bitmask integer for this action. Must be a power of 2.

name
Type: System::String

The nonlocalized name for this action.

displayName
Type: System::String

The localized display name for this action.

Show: