Class AutomationProperty
Inheritance
System.Object
AutomationProperty
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public class AutomationProperty
Constructors
AutomationProperty(String, Type)
Declaration
public AutomationProperty(string propertyName, Type propertyType)
Parameters
System.String
propertyName
|
System.Type
propertyType
|
Properties
Index
Declaration
public int? Index { get; set; }
Property Value
System.Nullable<System.Int32>
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Type
Declaration
public Type Type { get; set; }
Property Value
System.Type
|
TypeName
Declaration
public string TypeName { get; set; }
Property Value
System.String
|
Methods
Clone()
IsAutomationPeer()
Declaration
public bool IsAutomationPeer()
Returns
System.Boolean
|