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 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Protected Overridable ReadOnly Property IsValidDocData As Boolean
'Usage
Dim value As Boolean 

value = Me.IsValidDocData
[CLSCompliantAttribute(false)]
protected virtual bool IsValidDocData { get; }
[CLSCompliantAttribute(false)]
protected:
virtual property bool IsValidDocData {
    bool get ();
}
protected function get IsValidDocData () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

ModelExplorerTreeContainer Class

ModelExplorerTreeContainer Members

Microsoft.VisualStudio.Modeling.Shell Namespace