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.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
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.
Show: