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