XsdTypeImporterTask.ExcludedTypes 属性
获取或设置 XSD 类型导入器任务的已排除类型。
命名空间: Microsoft.Build.Tasks.Xsd
程序集: XsdBuildTask(在 XsdBuildTask.dll 中)
语法
声明
Public Property ExcludedTypes As String()
public string[] ExcludedTypes { get; set; }
public:
property array<String^>^ ExcludedTypes {
array<String^>^ get ();
void set (array<String^>^ value);
}
member ExcludedTypes : string[] with get, set
属性值
类型:array<System.String[]
用于XSD 类型导入任务的排除的类型。
版本信息
.NET Framework
受以下版本支持:4.5
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。
平台
Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008(不支持服务器核心角色), Windows Server 2008 R2(支持带 SP1 或更高版本的服务器核心角色;不支持 Itanium)
.NET Framework 并非支持每个平台的所有版本。有关支持的版本的列表,请参阅.NET Framework 系统要求。