RanorexRanorex Documentation
AttributeDescriptor..::.WeightResolvingEventArgs Constructor (elem, descriptor)
NamespacesRanorex.CoreAttributeDescriptor..::.WeightResolvingEventArgsAttributeDescriptor..::.WeightResolvingEventArgs(Element, AttributeDescriptor)
Initializes a new instance of the AttributeDescriptor..::.WeightResolvingEventArgs class.
Declaration Syntax
C#Visual BasicVisual C++
public WeightResolvingEventArgs(
	Element elem,
	AttributeDescriptor descriptor
)
Public Sub New ( _
	elem As Element, _
	descriptor As AttributeDescriptor _
)
public:
WeightResolvingEventArgs(
	Element^ elem, 
	AttributeDescriptor^ descriptor
)
Parameters
elem (Element)
The element the weight for the given attribute descriptor needs to be resolved.
descriptor (AttributeDescriptor)
The descriptor.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)