ClassXamlCommandType
Class
Definition
Namespace:ArtOfTest.WebAii.Design.Translation.Silverlight
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class XamlCommandType : CommandTypeBase, ICloneable
Inheritance: objectCommandTypeBaseXamlCommandType
Implements:
Inherited Members
Constructors
XamlCommandType()
Declaration
cs-api-definition
public XamlCommandType()
XamlCommandType(CommandCategoryType)
Declaration
cs-api-definition
public XamlCommandType(CommandCategoryType category)
Parameters
category
Properties
TechnologyType
Gets the technology that this command is for
Declaration
cs-api-definition
public override TechnologyType TechnologyType { get; }
Property Value
Overrides