BaseTuip.InvokeEditor Method

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

Implements

ITuip.InvokeEditor(UIBlob, ITestElement)

.NET Framework Security

See Also

Reference

BaseTuip Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

UIBlob

ITestElement