IVsWCFReferenceGroupOptions::GetReferencedAssemblies Method (Int32, array<String^>^)
Visual Studio 2015
Returns a list of referenced assemblies in a Windows Communication Foundation (WCF) service reference.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Parameters
- cItems
-
Type:
System::Int32
An Integer that represents the number of assemblies.
- rgbstrReferencedAssemblies
-
Type:
array<System::String^>^
A String that contains the assembly names.
The values returned by GetReferencedAssemblies are the same as those shown in the Reuse types in specified referenced assemblies list in the Configure Service Reference dialog box.
Show: