ActionPaletteItemAttribute Constructor (String) |
Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic ActionPaletteItemAttribute(
string actionPaletteItemTypeName
)
Public Sub New (
actionPaletteItemTypeName As String
)
public:
ActionPaletteItemAttribute(
String^ actionPaletteItemTypeName
)
new :
actionPaletteItemTypeName : string -> ActionPaletteItemAttribute
Parameters
- actionPaletteItemTypeName
- Type: SystemString
The concatenation of the fully qualified name of the
type that provides information about the representation in a palette of the action this attribute
is bound to, and the name of the assembly this type resides in.
See Also