ICallHierarchyMemberItem::SupportsFindReferences Property

 

Gets a value that indicates whether the member supports finding references to it.

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

property bool SupportsFindReferences {
	bool get();
}

Property Value

Type: System::Boolean

true if the member supports finding references to it; otherwise, false.

Return to top
Show: