TestProjectSettings.UseCodeUnderTestLanguage Property
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Декларация
Public Property UseCodeUnderTestLanguage As Boolean
public bool UseCodeUnderTestLanguage { get; set; }
public:
virtual property bool UseCodeUnderTestLanguage {
bool get () sealed;
void set (bool value) sealed;
}
abstract UseCodeUnderTestLanguage : bool with get, set
override UseCodeUnderTestLanguage : bool with get, set
final function get UseCodeUnderTestLanguage () : boolean
final function set UseCodeUnderTestLanguage (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.