Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
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.