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

Visual Studio 2015
 

Gets a string with the message ID.

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

bool TryGetStringWithId(
	Guid messageProvider,
	unsigned int messageId,
	[OutAttribute] String^% message
)

Parameters

messageProvider
Type: System::Guid

The message provider.

messageId
Type: System::UInt32

The message ID.

message
Type: System::String^

The message.

Return Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: