Share via


SilverlightCell.ContentControlType Property

Gets a value that indicates the control type of the element inside the cell.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ContentControlType As ControlType
    Get
public virtual ControlType ContentControlType { get; }
public:
virtual property ControlType^ ContentControlType {
    ControlType^ get ();
}
abstract ContentControlType : ControlType
override ContentControlType : ControlType
function get ContentControlType () : ControlType

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.ControlType
A ControlType value.

.NET Framework Security

See Also

Reference

SilverlightCell Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace