IVsWCFReferenceGroup 接口

用于生成 windows communication foundation (WCF) 服务客户端提供一个接口。

命名空间:  Microsoft.VisualStudio.WCFReference.Interop
程序集:  Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

语法

声明
<GuidAttribute("806CFC9A-2476-4D28-A5B2-C9EBC617B24E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWCFReferenceGroup _
    Inherits IVsWCFObject
[GuidAttribute("806CFC9A-2476-4D28-A5B2-C9EBC617B24E")]
[InterfaceTypeAttribute()]
public interface IVsWCFReferenceGroup : IVsWCFObject
[GuidAttribute(L"806CFC9A-2476-4D28-A5B2-C9EBC617B24E")]
[InterfaceTypeAttribute()]
public interface class IVsWCFReferenceGroup : IVsWCFObject
[<GuidAttribute("806CFC9A-2476-4D28-A5B2-C9EBC617B24E")>]
[<InterfaceTypeAttribute()>]
type IVsWCFReferenceGroup =  
    interface 
        interface IVsWCFObject 
    end
public interface IVsWCFReferenceGroup extends IVsWCFObject

IVsWCFReferenceGroup 类型公开以下成员。

方法

  名称 说明
公共方法 AddReference 添加 windows 服务对引用组的通信基础 (WCF)。
公共方法 AsyncAddReference 添加 windows 服务对引用组异步通信的基础 (WCF)。
公共方法 AsyncUpdate 更新 windows 服务引用异步通信的基础 (WCF)。
公共方法 BeginBatch 启动批处理 windows 服务在引用组中引用的通信基础 (WCF)。
公共方法 DeleteReference 删除 windows 服务从引用组引用的通信基础 (WCF)。
公共方法 EndBatch 结束批处理 windows 服务在引用组中引用的通信基础 (WCF)。
公共方法 GetCollection 返回引用组集合。
公共方法 GetContractsEnumerator 返回一个 windows communication foundation (WCF) 服务协定的枚举数。引用组中。
公共方法 GetExtensionData 返回扩展数据为 windows 服务引用的通信基础 (WCF)。
公共方法 GetFileCodeModel 返回生成的代理一个代码模型。
公共方法 GetID 返回引用组的 GUID。
公共方法 GetMapFileProjectItem 返回服务引用关联的项目项。
公共方法 GetMetadataItemsEnumerator 返回元数据项的枚举数在 windows 服务引用组的通信基础 (WCF)。
公共方法 GetName 返回一 .svcmap 文件的名称的 windows 服务引用组的通信基础 (WCF)。
公共方法 GetNamespace 返回的命名空间 windows 服务引用组的通信基础 (WCF)。
公共方法 GetOptions 返回的代码生成选项 windows 基础 (WCF)引用组的通信。
公共方法 GetProxyNamespace 返回从生成的代理类的命名空间 windows 基础 (WCF)引用组的通信。
公共方法 GetReferenceCount 返回计数 windows 服务在 WCF 引用组的通信基础 (WCF)。
公共方法 GetReferenceUrl 返回的元数据 windows communication foundation (WCF) 服务引用下载的 URL。
公共方法 IsValid 确定 windows communication foundation (WCF) 服务是否引用对象无效的组。
公共方法 Reload 重新加载 windows 服务引用组对象的通信基础 (WCF)。
公共方法 SetExtensionData 设置扩展数据为 windows 服务引用的通信基础 (WCF)。
公共方法 SetName 设置一 .svcmap 文件的名称的 windows 服务引用组的通信基础 (WCF)。
公共方法 SetNamespace 设置的命名空间 windows 服务引用组的通信基础 (WCF)。
公共方法 SetOptions 设置的代码生成选项 windows 基础 (WCF)引用组的通信。
公共方法 SetReferenceUrl 设置的元数据 windows communication foundation (WCF) 服务引用下载的 URL。
公共方法 ShowOptionsDialog 所引用的组的 配置服务引用 对话框。
公共方法 Update 更新 windows 服务引用组的通信基础 (WCF)。
公共方法 UpdateConfiguration 更新的配置 windows 服务引用组的通信基础 (WCF)。

页首

备注

WCF 引用组是代码生成的基本单元。 为单个生成的所有服务客户端引用组共享元数据文件池和一组代码生成选项。

请参阅

参考

Microsoft.VisualStudio.WCFReference.Interop 命名空间