WebTestRecorderPluginReference.CreateInstance Method

Returns an instance of the referenced plug-in.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Function CreateInstance As WebTestRecorderPlugin
public WebTestRecorderPlugin CreateInstance()
public:
WebTestRecorderPlugin^ CreateInstance()
member CreateInstance : unit -> WebTestRecorderPlugin 
public function CreateInstance() : WebTestRecorderPlugin

Return Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRecorderPlugin
An instance of the referenced plug-in.

.NET Framework Security

See Also

Reference

WebTestRecorderPluginReference Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace

WebTestRecorderPlugin