ModelComparisonFilter.IsElementTypeExplicitlyIncluded Method
Returns whether the element type is included in comparison.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function IsElementTypeExplicitlyIncluded ( _
elementClass As ElementClass _
) As Boolean
'Usage
Dim instance As ModelComparisonFilter
Dim elementClass As ElementClass
Dim returnValue As Boolean
returnValue = instance.IsElementTypeExplicitlyIncluded(elementClass)
public bool IsElementTypeExplicitlyIncluded(
ElementClass elementClass
)
public:
bool IsElementTypeExplicitlyIncluded(
ElementClass^ elementClass
)
public function IsElementTypeExplicitlyIncluded(
elementClass : ElementClass
) : boolean
member IsElementTypeExplicitlyIncluded :
elementClass:ElementClass -> bool
Parameters
- elementClass
Type: Microsoft.Data.Schema.SchemaModel.ElementClass
The element type
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.