IVsOutputWindowPane3::TryNavigateToMessageId Method (Guid, UInt32, Boolean, Boolean)

Visual Studio 2015
 

Navigates to 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 TryNavigateToMessageId(
	Guid messageProvider,
	unsigned int messageId,
	bool ensureVisible,
	bool ensureFocused
)

Parameters

messageProvider
Type: System::Guid

The message provider.

messageId
Type: System::UInt32

The message ID.

ensureVisible
Type: System::Boolean

True to ensure that it is visible.

ensureFocused
Type: System::Boolean

True to ensure that it is focused.

Return Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: