ModelComparisonFilter.ElementTypesIncluded Property
Gets a collection of the element types that are included in the comparison.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ElementTypesIncluded As ReadOnlyCollection(Of ModelElementClass)
public ReadOnlyCollection<ModelElementClass> ElementTypesIncluded { get; }
public:
property ReadOnlyCollection<ModelElementClass^>^ ElementTypesIncluded {
ReadOnlyCollection<ModelElementClass^>^ get ();
}
member ElementTypesIncluded : ReadOnlyCollection<ModelElementClass>
function get ElementTypesIncluded () : ReadOnlyCollection<ModelElementClass>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ModelElementClass>
.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.