VsShellUtilities.LogWarning(String, String) 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.
Logs a warning.
public:
static void LogWarning(System::String ^ source, System::String ^ warning);
public:
static void LogWarning(Platform::String ^ source, Platform::String ^ warning);
static void LogWarning(std::wstring const & source, std::wstring const & warning);
public static void LogWarning (string source, string warning);
static member LogWarning : string * string -> unit
Public Shared Sub LogWarning (source As String, warning As String)
Public Sub LogWarning (source As String, warning As String)
Parameters
- source
- String
The source.
- warning
- String
The warning message.