Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'宣言
Protected Function GetFirstUIBlob ( _
test As ITestElement _
) As UIBlob
'使用
Dim test As ITestElement
Dim returnValue As UIBlob
returnValue = Me.GetFirstUIBlob(test)
protected UIBlob GetFirstUIBlob(
ITestElement test
)
protected:
UIBlob^ GetFirstUIBlob(
ITestElement^ test
)
protected function GetFirstUIBlob(
test : ITestElement
) : UIBlob
Parameters
Return Value
Type: Microsoft.VisualStudio.TestTools.Vsip.UIBlob
Permissions
- 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.