此方法将目标命名空间字符串并返回的架构文件的集合定义了命名空间。
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Function ResolveSchema ( _
targetNamespace As String _
) As IList(Of String)
IList<string> ResolveSchema(
string targetNamespace
)
参数
- targetNamespace
类型:System.String
解决的目标命名空间。
返回值
类型:System.Collections.Generic.IList<String>
模式匹配的文件路径列表定义特定目标命名空间,空或 null 列表中,如果给定目标命名空间未能解析。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。