BaseTuip.GetFirstUIBlob Method

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

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

Return Value

Type: Microsoft.VisualStudio.TestTools.Vsip.UIBlob
The first UIBlob in the provided test element.

.NET Framework Security

See Also

Reference

BaseTuip Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

UIBlob

ITestElement