ScriptDomGenerator.IsSupported Method
Returns whether the script DOM operation is supported for this element type.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride Function IsSupported ( _
elementClass As ElementClass, _
operation As ScriptDomOperation _
) As Boolean
'Usage
Dim instance As ScriptDomGenerator
Dim elementClass As ElementClass
Dim operation As ScriptDomOperation
Dim returnValue As Boolean
returnValue = instance.IsSupported(elementClass, _
operation)
public abstract bool IsSupported(
ElementClass elementClass,
ScriptDomOperation operation
)
public:
virtual bool IsSupported(
ElementClass^ elementClass,
ScriptDomOperation operation
) abstract
public abstract function IsSupported(
elementClass : ElementClass,
operation : ScriptDomOperation
) : boolean
abstract IsSupported :
elementClass:ElementClass *
operation:ScriptDomOperation -> bool
Parameters
- elementClass
Type: Microsoft.Data.Schema.SchemaModel.ElementClass
The element type
- operation
Type: Microsoft.Data.Schema.SchemaModel.ScriptDomOperation
The operation to perform
Return Value
Type: System.Boolean
.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.