ICallHierarchyMemberItem.Valid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.