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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.