BaseTuip.GetFirstUIBlob Method
Returns the first UIBlob in the provided test element.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Protected Function GetFirstUIBlob ( _
test As ITestElement _
) As UIBlob
protected UIBlob GetFirstUIBlob(
ITestElement test
)
protected:
UIBlob^ GetFirstUIBlob(
ITestElement^ test
)
member GetFirstUIBlob :
test:ITestElement -> UIBlob
protected function GetFirstUIBlob(
test : ITestElement
) : UIBlob
Parameters
test
Type: Microsoft.VisualStudio.TestTools.Common.ITestElementAn ITestElement object.
Return Value
Type: Microsoft.VisualStudio.TestTools.Vsip.UIBlob
The first UIBlob in the provided test element.
.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.