TestTypeExtensionUI.CommandProvider 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.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CommandProvider As ICommandProvider
public virtual ICommandProvider CommandProvider { get; }
public:
virtual property ICommandProvider^ CommandProvider {
ICommandProvider^ get ();
}
abstract CommandProvider : ICommandProvider with get
override CommandProvider : ICommandProvider with get
function get CommandProvider () : ICommandProvider
Property Value
Type: Microsoft.VisualStudio.TestTools.Vsip.ICommandProvider
Returns ICommandProvider.
.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.