IPeekableItem::GetOrCreateResultSource Method (String^)

Visual Studio 2015
 

Gets or creates an IPeekResultSource instance representing a source of results of querying this IPeekableItem for the given relationship.

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

IPeekResultSource^ GetOrCreateResultSource(
	String^ relationshipName
)

Parameters

relationshipName
Type: System::String^

The case insenitive name of the relationship to be queried for results.

Return Value

Type: Microsoft.VisualStudio.Language.Intellisense::IPeekResultSource^

A valid IPeekResultSource instance, or null if this instance cannot provide results for the given relationship.

Return to top
Show: