ModelExplorerTreeContainer.IsValidDocData 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.
Important
This API is not CLS-compliant.
Is the DocData valid (do we care about it?)
protected:
virtual property bool IsValidDocData { bool get(); };
[System.CLSCompliant(false)]
protected virtual bool IsValidDocData { [System.Diagnostics.DebuggerStepThrough] get; }
protected virtual bool IsValidDocData { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.CLSCompliant(false)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.IsValidDocData : bool
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.IsValidDocData : bool
Protected Overridable ReadOnly Property IsValidDocData As Boolean
Property Value
- Attributes