IVsWCFReferenceGroupCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(String^, String^)

Adds a Windows Communication Foundation (WCF) reference group to the collection.

System_CAPS_pubmethodContainingProject()

Returns the project hierarchy for the project that contains the collection.

System_CAPS_pubmethodCount()

Returns a count of Windows Communication Foundation (WCF) reference groups in the collection.

System_CAPS_pubmethodGetReferenceGroupByName(String^, String^)

Returns a specified Windows Communication Foundation (WCF) reference group in the collection.

System_CAPS_pubmethodGetReferenceGroupFromMapFile(String^)

Returns a specified Windows Communication Foundation (WCF) reference group in the collection.

System_CAPS_pubmethodIsValid()

Determines if the index for a Windows Communication Foundation (WCF) reference group is valid in the collection.

System_CAPS_pubmethodItem(Int32)

Returns a specified Windows Communication Foundation (WCF) reference group in the collection.

System_CAPS_pubmethodReload()

Refreshes a Windows Communication Foundation (WCF) reference group collection.

System_CAPS_pubmethodRemove(IVsWCFReferenceGroup^)

Removes a Windows Communication Foundation (WCF) reference group from the collection.

System_CAPS_pubmethodRemoveAt(Int32)

Removes a Windows Communication Foundation (WCF) reference group from the collection by index.

System_CAPS_pubmethodUpdateAll(IDiscoverySession^)

Updates all Windows Communication Foundation (WCF) reference group in the collection.

Return to top
Show: