IVsWCFReferenceGroupOptions Methods

 

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

NameDescription
System_CAPS_pubmethodGetCollectionMappings(CollectionCategory, Int32, array<String^>^)

Returns a list of types that will be used for collections when you generate a Windows Communication Foundation (WCF) client.

System_CAPS_pubmethodGetCollectionMappingsCount(CollectionCategory)

Returns a count of collection mappings.

System_CAPS_pubmethodGetEnableDataBinding()

Determines whether data binding is enabled for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodGetExcludedTypes(Int32, array<String^>^)

Returns a list of types that are excluded from type sharing in a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodGetExcludedTypesCount()

Returns a count of excluded types.

System_CAPS_pubmethodGetGenerateAsynchronousMethods()

Determines whether asynchronous methods are supported for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodGetGenerateInternalTypes()

Determines whether internal types are generated for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodGetGenerateMessageContracts()

Determines whether message contracts are generated for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodGetGenerateSerializableTypes()

Determines whether serializable types are generated for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodGetImportXmlTypes()

Determines whether XML types are imported for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodGetReferenceAllAssemblies()

Determines whether type sharing is enabled for all referenced assemblies in a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodGetReferencedAssemblies(Int32, array<String^>^)

Returns a list of referenced assemblies in a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodGetReferencedAssembliesCount()

Returns a count of referenced assemblies for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodGetSerializer()

Returns the serializer to use when you generate code for a Windows Communication Foundation (WCF) client.

System_CAPS_pubmethodSetCollectionMappings(CollectionCategory, Int32, array<String^>^)

Sets a list of types that will be used for collections when you generate a Windows Communication Foundation (WCF) client.

System_CAPS_pubmethodSetEnableDataBinding(Int32)

Sets a value that determines whether data binding is enabled for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodSetExcludedTypes(Int32, array<String^>^)

Sets a list of types that are excluded from type sharing in a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodSetGenerateAsynchronousMethods(Int32)

Sets a value that determines whether asynchronous methods are supported for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodSetGenerateInternalTypes(Int32)

Sets a value that determines whether internal types are generated for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodSetGenerateMessageContracts(Int32)

Sets a value that determines whether message contracts are generated for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodSetGenerateSerializableTypes(Int32)

Sets a value that determines whether serializable types are generated for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodSetImportXmlTypes(Int32)

Sets a value that determines whether XML types are imported for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodSetReferenceAllAssemblies(Int32)

Sets a value that determines whether type sharing is enabled for all referenced assemblies in a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodSetReferencedAssemblies(Int32, array<String^>^)

Sets a list of referenced assemblies in a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodSetSerializer(ProxySerializerType)

Sets the serializer to use when you generate code for a Windows Communication Foundation (WCF) client.

Return to top
Show: