设置从共享窗口中的类型中排除 communication foundation (WCF) 服务引用类型的列表。
命名空间: Microsoft.VisualStudio.WCFReference.Interop
程序集: Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)
语法
声明
Sub SetExcludedTypes ( _
cItems As Integer, _
lpstrExcludedTypes As String() _
)
void SetExcludedTypes(
int cItems,
string[] lpstrExcludedTypes
)
void SetExcludedTypes(
[InAttribute] int cItems,
[InAttribute] array<String^>^ lpstrExcludedTypes
)
abstract SetExcludedTypes :
cItems:int *
lpstrExcludedTypes:string[] -> unit
function SetExcludedTypes(
cItems : int,
lpstrExcludedTypes : String[]
)
参数
cItems
类型:Int32表示类型的 Integer 。
lpstrExcludedTypes
类型:array<String[]包含排除的类型的 String 。
备注
SetExcludedTypes 设置值来确定哪些类型在 配置服务引用 对话框签入 重新使用指定的类型的引用程序集 列表。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。