  | CommandItemInfoAttribute Constructor (swWorkspaceTypes_e) | 
 
            Constructor for specifying additional information about command item
            
 
    Namespace: 
   CodeStack.SwEx.AddIn.Attributes
    Assembly:
   CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntaxpublic CommandItemInfoAttribute(
	swWorkspaceTypes_e suppWorkspaces
)
Public Sub New ( 
	suppWorkspaces As swWorkspaceTypes_e
)
public:
CommandItemInfoAttribute(
	swWorkspaceTypes_e suppWorkspaces
)
Parameters
- suppWorkspaces
 - Type: CodeStack.SwEx.AddIn.EnumsswWorkspaceTypes_e
Indicates the workspaces where this command is enabled. This information is used in the default command enable handler 
See Also