提供一个接口托管代码窗口的生成选项服务引用的通信基础 (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) 的客户端代码。 |
页首