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)

Syntax

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

Property Value

Type: System.Boolean
true if the item is valid; otherwise, false.

.NET Framework Security

See Also

Reference

ICallHierarchyMemberItem Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace