IVsOutputWindowPane3::OutputStringWithId Method (Guid, UInt32, String^)

Visual Studio 2015
 

Outputs a string with an ID.

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

void OutputStringWithId(
	Guid messageProvider,
	unsigned int messageId,
	String^ message
)

Parameters

messageProvider
Type: System::Guid

The message provider.

messageId
Type: System::UInt32

The message ID.

message
Type: System::String^

The message.

Return to top
Show: