Class ItemSelectedVerificationDescriptor
Inheritance
System.Object
ItemSelectedVerificationDescriptor
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.Xaml.Common.TreeView
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[Sentence("TreeViewItem", "IsSelected is {Value}", false)]
public class ItemSelectedVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks, ISentenceListPreview
Constructors
ItemSelectedVerificationDescriptor()
Declaration
public ItemSelectedVerificationDescriptor()
ItemSelectedVerificationDescriptor(IFrameworkElement, AutomationProperty, VerificationComparer, String, Object)
Declaration
public ItemSelectedVerificationDescriptor(IFrameworkElement target, AutomationProperty property, VerificationComparer comparer, string comparison, object value)
Parameters
IFrameworkElement
target
|
AutomationProperty
property
|
VerificationComparer
comparer
|
System.String
comparison
|
System.Object
value
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
Value
Declaration
[SentenceParam("value?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
public bool Value { get; set; }
Property Value
System.Boolean
|
Methods
GeneratePreviewValuesForTarget(DescriptorValueStoreCollection)
Declaration
public void GeneratePreviewValuesForTarget(DescriptorValueStoreCollection valuesCollection)
Parameters
DescriptorValueStoreCollection
valuesCollection
|
Implements
GetQuickTasks()
OnSentenceLoad(Sentence)
Declaration
public override void OnSentenceLoad(Sentence context)
Parameters
Sentence
context
|