Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Launches the registered editor for the provided UIBlob.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public Overridable Sub InvokeEditor ( _
uiBlob As UIBlob, _
test As ITestElement _
)
public virtual void InvokeEditor(
UIBlob uiBlob,
ITestElement test
)
public:
virtual void InvokeEditor(
UIBlob^ uiBlob,
ITestElement^ test
)
abstract InvokeEditor :
uiBlob:UIBlob *
test:ITestElement -> unit
override InvokeEditor :
uiBlob:UIBlob *
test:ITestElement -> unit
public function InvokeEditor(
uiBlob : UIBlob,
test : ITestElement
)
Parameters
uiBlob
Type: Microsoft.VisualStudio.TestTools.Vsip.UIBlobA UIBlob object.
test
Type: Microsoft.VisualStudio.TestTools.Common.ITestElementAn ITestElement object.
Implements
ITuip.InvokeEditor(UIBlob, ITestElement)
.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.