UITestControlProperties.Common.GetType Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the Type of the current instance.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Function GetType As Type
'Usage
Dim instance As UITestControlProperties..::..Common
Dim returnValue As Type

returnValue = instance.GetType()
public Type GetType()
public:
Type^ GetType()
member GetType : unit -> Type 
public function GetType() : Type

Return Value

Type: System.Type
The Type instance that represents the exact runtime type of the current instance.

.NET Framework Security

See Also

Reference

UITestControlProperties.Common Class

UITestControlProperties.Common Members

Microsoft.VisualStudio.TestTools.UITesting Namespace