TestProjectSettings::DefaultTestTemplateIds 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)
public: virtual property Dictionary<CodingLanguages, array<String^>^>^ DefaultTestTemplateIds { Dictionary<CodingLanguages, array<String^>^>^ get () sealed; void set (Dictionary<CodingLanguages, array<String^>^>^ value) sealed; }
Property Value
Type: System.Collections.Generic::Dictionary<CodingLanguages, array<String>>Returns Dictionary<TKey, TValue>.
- 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.
Community Additions
Show: