Share via


ModelExplorerTreeContainer.IsValidDocData Property

Gets the document and verifies whether it is in a format that the generated designer for a domain-specific language can read.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Protected Overridable ReadOnly Property IsValidDocData As Boolean
[CLSCompliantAttribute(false)]
protected virtual bool IsValidDocData { get; }
[CLSCompliantAttribute(false)]
protected:
virtual property bool IsValidDocData {
    bool get ();
}
[<CLSCompliantAttribute(false)>]
abstract IsValidDocData : bool with get
[<CLSCompliantAttribute(false)>]
override IsValidDocData : bool with get
function get IsValidDocData () : boolean

Property Value

Type: Boolean
true if the document has a valid format; otherwise, false.

.NET Framework Security

See Also

Reference

ModelExplorerTreeContainer Class

Microsoft.VisualStudio.Modeling.Shell Namespace