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
- 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.
See Also
Reference
WebTestRecorderPluginReference Class