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)

Syntax

'Declaration
ReadOnly Property SupportsFindReferences As Boolean
bool SupportsFindReferences { get; }
property bool SupportsFindReferences {
    bool get ();
}
abstract SupportsFindReferences : bool with get
function get SupportsFindReferences () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

ICallHierarchyMemberItem Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace