VsShellUtilities::LogWarning Method (String^, String^)

Visual Studio 2015
 

Logs a warning.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static void LogWarning(
	String^ source,
	String^ warning
)

Parameters

source
Type: System::String^

The source.

warning
Type: System::String^

The warning message.

Return to top
Show: