ICallHierarchyMemberItem.Valid Property

Definition

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

public:
 property bool Valid { bool get(); };
public:
 property bool Valid { bool get(); };
public bool Valid { get; }
member this.Valid : bool
Public ReadOnly Property Valid As Boolean

Property Value

true if the item is valid; otherwise, false.

Applies to