IDocumentPeekResult::DesiredEditorGuid Property

Visual Studio 2015
 

Gets the GUID for the desired editor to open when navigating.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property Guid DesiredEditorGuid {
	Guid get();
}

Property Value

Type: System::Guid

The GUID for the desired editor to open when navigating.

Return to top
Show: