IPeekResultFactory::Create Method (IPeekResultDisplayInfo2^, ImageMoniker, String^, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Guid, Action<IPeekResult^, Object^, Object^>^)

Visual Studio 2015
 

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

IDocumentPeekResult^ Create(
	IPeekResultDisplayInfo2^ displayInfo,
	ImageMoniker image,
	String^ filePath,
	int startLine,
	int startIndex,
	int endLine,
	int endIndex,
	int idStartLine,
	int idStartIndex,
	int idEndLine,
	int idEndIndex,
	bool isReadOnly,
	Guid editorDestination,
	Action<IPeekResult^, Object^, Object^>^ postNavigationCallback
)

Parameters

displayInfo
Type: Microsoft.VisualStudio.Language.Intellisense::IPeekResultDisplayInfo2^

image
Type: Microsoft.VisualStudio.Imaging.Interop::ImageMoniker

filePath
Type: System::String^

startLine
Type: System::Int32

startIndex
Type: System::Int32

endLine
Type: System::Int32

endIndex
Type: System::Int32

idStartLine
Type: System::Int32

idStartIndex
Type: System::Int32

idEndLine
Type: System::Int32

idEndIndex
Type: System::Int32

isReadOnly
Type: System::Boolean

editorDestination
Type: System::Guid

postNavigationCallback
Type: System::Action<IPeekResult^, Object^, Object^>^

Return to top
Show: