IVsWCFReferenceGroup::GetExtensionData Method (String^)
Visual Studio 2015
Returns the extension data for a Windows Communication Foundation (WCF) service reference.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Parameters
- name
-
Type:
System::String^
A string that contains the file name.
Extension data lets you associate additional properties with a reference group as name/value pairs. The information is stored in a separate file and added to the Extensions element in the .svcmap file.
The name parameter should be a valid file name (without a path). The binary data is transparent to the reference group.
Show: