IUITestExtensionPackage.Vendor Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
ReadOnly Property Vendor As String
Get
'Usage
Dim instance As IUITestExtensionPackage
Dim value As String
value = instance.Vendor
string Vendor { get; }
property String^ Vendor {
String^ get ();
}
function get Vendor () : String
abstract Vendor : string
Property Value
Type: System.String
.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
IUITestExtensionPackage Interface