OperationInfo Class

Top  Previous  Next

This class is used to specify information about the operation in the OnInitialize method of the OperationBase class.

Properties

Property

Description

CommandAvailability

Property to specify at which times (design-time, run-time, etc.) the operation will be available.

CommandCaption

Property to specify the caption of the command that will be created to execute the operation.

CommandImageIndex

Property to specify the index of the Microsoft Office icon that will be used for the command of the operation.

CommandName

Property to specify the name of the command that will be created for the operation.

ShowResultsCommandName

Property to specify the name of the command that will be created to show the result window of the operation, if the operation uses a result window.

TargetIDEs

Property to specify the IDEs (Visual Studio, Macros) that the operation supports.

TargetNetLanguages

Property to specify the .NET languages of the files that the operation supports.

TargetProjectItemKinds

Property to specify the kind (designer, source code, text) of the files that the operation supports.

UseMultipleResultTabs

Property to specify whether or not the result window uses multiple tabs (if the operation uses a result window).

See Also:

OperationBase Class