Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.ITestElement
An 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.