SilverlightTestPlugin.GetNextSibling Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides UITechnologyManager.GetNextSibling(IUITechnologyElement).
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overrides Function GetNextSibling ( _
element As IUITechnologyElement _
) As IUITechnologyElement
public override IUITechnologyElement GetNextSibling(
IUITechnologyElement element
)
public:
virtual IUITechnologyElement^ GetNextSibling(
IUITechnologyElement^ element
) override
abstract GetNextSibling :
element:IUITechnologyElement -> IUITechnologyElement
override GetNextSibling :
element:IUITechnologyElement -> IUITechnologyElement
public override function GetNextSibling(
element : IUITechnologyElement
) : IUITechnologyElement
Parameters
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Returns IUITechnologyElement.
Implements
IUITechnologyManager.GetNextSibling(IUITechnologyElement)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace