ICallHierarchyMemberItem::Valid Property

 

Gets a value that indicates whether the item is valid (for example, whether it is still defined in sources).

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

property bool Valid {
	bool get();
}

Property Value

Type: System::Boolean

true if the item is valid; otherwise, false.

Return to top
Show: