Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
ModelExplorerTreeContainer Class