IVsWCFReferenceGroupOptions.GetExcludedTypes 方法

返回从共享窗口中的类型中排除 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 安全性

请参阅

参考

IVsWCFReferenceGroupOptions 接口

Microsoft.VisualStudio.WCFReference.Interop 命名空间