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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.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
[<CLSCompliantAttribute(false)>]
override IsValidDocData : bool
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.