Class TabControlSelectedTabVerificationDescriptor
Inheritance
System.Object
TabControlSelectedTabVerificationDescriptor
Inherited Members
AutomationDescriptor.InvokeMethod(CodeExpression, Boolean, String, CodeGenerationLanguage, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[Sentence("TabControl", "selected tab index is {Value}", false)]
public class TabControlSelectedTabVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks, ISentenceListPreview
Constructors
TabControlSelectedTabVerificationDescriptor()
Declaration
public TabControlSelectedTabVerificationDescriptor()
TabControlSelectedTabVerificationDescriptor(IFrameworkElement, AutomationProperty, VerificationComparer, String, Object)
Declaration
public TabControlSelectedTabVerificationDescriptor(IFrameworkElement element, AutomationProperty property, VerificationComparer comparer, string comparison, object value)
Parameters
IFramework
|
Automation
|
Verification
|
System.
|
System.
|
Properties
CompareType
Declaration
public override XamlStringCompareType CompareType { get; set; }
Property Value
Overrides
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.
|
Overrides
NumberCompareType
Declaration
[SentenceParam("compare?", AutomationDescriptorType.Extraction)]
public NumberCompareType NumberCompareType { get; set; }
Property Value
Value
Declaration
[DataDriven]
[SentenceParam("index?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
public int Value { get; set; }
Property Value
System.
|
Methods
GeneratePreviewValuesForTarget(DescriptorValueStoreCollection)
Declaration
public void GeneratePreviewValuesForTarget(DescriptorValueStoreCollection valuesCollection)
Parameters
Descriptor
|
Implements
GetQuickTasks()
Declaration
public IQuickTask[] GetQuickTasks()
Returns
Implements
OnSentenceLoad(Sentence)
Declaration
public override void OnSentenceLoad(Sentence context)
Parameters
Sentence
context
|