C# Class WATKit.Build.AutomationMemberMappingAttribute

Inheritance: System.Attribute
Show file Open project: MikeHanson/WATKit

Public Methods

Method Description
AutomationMemberMappingAttribute ( string elementName ) : System

Initializes a new instance of the AutomationMemberMappingAttribute class.

Method Details

AutomationMemberMappingAttribute() public method

Initializes a new instance of the AutomationMemberMappingAttribute class.
public AutomationMemberMappingAttribute ( string elementName ) : System
elementName string Name of the element represented by the member
return System