IVsWCFReferenceGroupOptions 接口

提供一个接口托管代码窗口的生成选项服务引用的通信基础 (WCF)。

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

语法

声明
<GuidAttribute("3CFCB0C9-5A1C-451A-9CCF-CAE41C3A5344")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWCFReferenceGroupOptions
[GuidAttribute("3CFCB0C9-5A1C-451A-9CCF-CAE41C3A5344")]
[InterfaceTypeAttribute()]
public interface IVsWCFReferenceGroupOptions
[GuidAttribute(L"3CFCB0C9-5A1C-451A-9CCF-CAE41C3A5344")]
[InterfaceTypeAttribute()]
public interface class IVsWCFReferenceGroupOptions
[<GuidAttribute("3CFCB0C9-5A1C-451A-9CCF-CAE41C3A5344")>]
[<InterfaceTypeAttribute()>]
type IVsWCFReferenceGroupOptions =  interface end
public interface IVsWCFReferenceGroupOptions

IVsWCFReferenceGroupOptions 类型公开以下成员。

方法

  名称 说明
公共方法 GetCollectionMappings 返回为集合将使用类型的列表,在生成 windows communication foundation (WCF) 客户端时。
公共方法 GetCollectionMappingsCount 返回计数集合映射。
公共方法 GetEnableDataBinding 确定数据绑定是否为启用 windows 服务引用的通信基础 (WCF)。
公共方法 GetExcludedTypes 返回从共享窗口中的类型中排除 communication foundation (WCF) 服务引用类型的列表。
公共方法 GetExcludedTypesCount 返回计数排除的类型。
公共方法 GetGenerateAsynchronousMethods 确定异步方法是否支持 windows 服务引用的通信基础 (WCF)。
公共方法 GetGenerateInternalTypes 确定内部类型是否为生成 windows 服务引用的通信基础 (WCF)。
公共方法 GetGenerateMessageContracts 确定消息协定是否为生成 windows 服务引用的通信基础 (WCF)。
公共方法 GetGenerateSerializableTypes 确定可序列化类型是否为生成 windows 服务引用的通信基础 (WCF)。
公共方法 GetImportXmlTypes 确定 XML 类型是否为导入 windows 服务引用的通信基础 (WCF)。
公共方法 GetReferenceAllAssemblies 确定类型共享是否为中的所有引用的程序集启用 windows 服务引用的通信基础 (WCF)。
公共方法 GetReferencedAssemblies 返回引用的程序集列表中的 windows 服务引用的通信基础 (WCF)。
公共方法 GetReferencedAssembliesCount 返回计数的引用程序集 windows 服务引用的通信基础 (WCF)。
公共方法 GetSerializer 返回序列化程序时要使用生成 windows communication foundation (WCF) 的客户端代码。
公共方法 SetCollectionMappings 为该集合将使用类型的列表,在生成 windows communication foundation (WCF) 客户端时。
公共方法 SetEnableDataBinding 设置确定的值数据绑定是否为启用 windows 服务引用的通信基础 (WCF)。
公共方法 SetExcludedTypes 设置从共享窗口中的类型中排除 communication foundation (WCF) 服务引用类型的列表。
公共方法 SetGenerateAsynchronousMethods 设置该值来确定异步方法是否支持 windows 服务引用的通信基础 (WCF)。
公共方法 SetGenerateInternalTypes 设置该值来确定内部类型是否为生成 windows 服务引用的通信基础 (WCF)。
公共方法 SetGenerateMessageContracts 设置该值来确定消息协定是否为生成 windows 服务引用的通信基础 (WCF)。
公共方法 SetGenerateSerializableTypes 设置确定的值可序列化类型是否为生成 windows 服务引用的通信基础 (WCF)。
公共方法 SetImportXmlTypes 设置该值来确定 XML 类型是否为导入 windows 服务引用的通信基础 (WCF)。
公共方法 SetReferenceAllAssemblies 设置确定的值类型共享是否为中的所有引用的程序集启用 windows 服务引用的通信基础 (WCF)。
公共方法 SetReferencedAssemblies 设置引用的程序集列表中的 windows 服务引用的通信基础 (WCF)。
公共方法 SetSerializer 设置序列化程序时要使用生成 windows communication foundation (WCF) 的客户端代码。

页首

请参阅

参考

Microsoft.VisualStudio.WCFReference.Interop 命名空间