IVsWCFReferenceGroupOptions Methods
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetCollectionMappings(CollectionCategory, Int32, array<String^>^) | Returns a list of types that will be used for collections when you generate a Windows Communication Foundation (WCF) client. |
![]() | GetCollectionMappingsCount(CollectionCategory) | Returns a count of collection mappings. |
![]() | GetEnableDataBinding() | Determines whether data binding is enabled for a Windows Communication Foundation (WCF) service reference. |
![]() | GetExcludedTypes(Int32, array<String^>^) | Returns a list of types that are excluded from type sharing in a Windows Communication Foundation (WCF) service reference. |
![]() | GetExcludedTypesCount() | Returns a count of excluded types. |
![]() | GetGenerateAsynchronousMethods() | Determines whether asynchronous methods are supported for a Windows Communication Foundation (WCF) service reference. |
![]() | GetGenerateInternalTypes() | Determines whether internal types are generated for a Windows Communication Foundation (WCF) service reference. |
![]() | GetGenerateMessageContracts() | Determines whether message contracts are generated for a Windows Communication Foundation (WCF) service reference. |
![]() | GetGenerateSerializableTypes() | Determines whether serializable types are generated for a Windows Communication Foundation (WCF) service reference. |
![]() | GetImportXmlTypes() | Determines whether XML types are imported for a Windows Communication Foundation (WCF) service reference. |
![]() | GetReferenceAllAssemblies() | Determines whether type sharing is enabled for all referenced assemblies in a Windows Communication Foundation (WCF) service reference. |
![]() | GetReferencedAssemblies(Int32, array<String^>^) | Returns a list of referenced assemblies in a Windows Communication Foundation (WCF) service reference. |
![]() | GetReferencedAssembliesCount() | Returns a count of referenced assemblies for a Windows Communication Foundation (WCF) service reference. |
![]() | GetSerializer() | Returns the serializer to use when you generate code for a Windows Communication Foundation (WCF) client. |
![]() | SetCollectionMappings(CollectionCategory, Int32, array<String^>^) | Sets a list of types that will be used for collections when you generate a Windows Communication Foundation (WCF) client. |
![]() | SetEnableDataBinding(Int32) | Sets a value that determines whether data binding is enabled for a Windows Communication Foundation (WCF) service reference. |
![]() | SetExcludedTypes(Int32, array<String^>^) | Sets a list of types that are excluded from type sharing in a Windows Communication Foundation (WCF) service reference. |
![]() | SetGenerateAsynchronousMethods(Int32) | Sets a value that determines whether asynchronous methods are supported for a Windows Communication Foundation (WCF) service reference. |
![]() | SetGenerateInternalTypes(Int32) | Sets a value that determines whether internal types are generated for a Windows Communication Foundation (WCF) service reference. |
![]() | SetGenerateMessageContracts(Int32) | Sets a value that determines whether message contracts are generated for a Windows Communication Foundation (WCF) service reference. |
![]() | SetGenerateSerializableTypes(Int32) | Sets a value that determines whether serializable types are generated for a Windows Communication Foundation (WCF) service reference. |
![]() | SetImportXmlTypes(Int32) | Sets a value that determines whether XML types are imported for a Windows Communication Foundation (WCF) service reference. |
![]() | SetReferenceAllAssemblies(Int32) | Sets a value that determines whether type sharing is enabled for all referenced assemblies in a Windows Communication Foundation (WCF) service reference. |
![]() | SetReferencedAssemblies(Int32, array<String^>^) | Sets a list of referenced assemblies in a Windows Communication Foundation (WCF) service reference. |
![]() | SetSerializer(ProxySerializerType) | Sets the serializer to use when you generate code for a Windows Communication Foundation (WCF) client. |
