在派生类中重写时,获取类型的列表,这些类型表示在 Visual Studio 高级专业版和 Visual Studio 旗舰版的**“架构比较”**窗口中要显示的类的类型。
命名空间: Microsoft.Data.Schema.Tools.Compare.Schema
程序集: Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)
语法
声明
Protected Overridable ReadOnly Property DisplayableTopElementClassesTypes As IList(Of Type)
Get
protected virtual IList<Type> DisplayableTopElementClassesTypes { get; }
protected:
virtual property IList<Type^>^ DisplayableTopElementClassesTypes {
IList<Type^>^ get ();
}
abstract DisplayableTopElementClassesTypes : IList<Type>
override DisplayableTopElementClassesTypes : IList<Type>
function get DisplayableTopElementClassesTypes () : IList<Type>
属性值
类型:System.Collections.Generic.IList<Type>
顶级元素类的类型的列表。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
SchemaCompareSettingsService 类