TestOutcomeHelper.Localize(TestOutcome) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the localized outcome message.
public:
static System::String ^ Localize(Microsoft::VisualStudio::TestTools::Common::TestOutcome outcome);
public static string Localize (Microsoft.VisualStudio.TestTools.Common.TestOutcome outcome);
static member Localize : Microsoft.VisualStudio.TestTools.Common.TestOutcome -> string
Public Shared Function Localize (outcome As TestOutcome) As String
Parameters
- outcome
- TestOutcome
Returns
The localized outcome message.