IVsWCFReferenceGroupOptions.GetReferencedAssemblies(Int32, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of referenced assemblies in a Windows Communication Foundation (WCF) service reference.
public:
void GetReferencedAssemblies(int cItems, cli::array <System::String ^> ^ rgbstrReferencedAssemblies);
public:
void GetReferencedAssemblies(int cItems, Platform::Array <Platform::String ^> ^ rgbstrReferencedAssemblies);
void GetReferencedAssemblies(int cItems, std::Array <std::wstring const &> const & rgbstrReferencedAssemblies);
public void GetReferencedAssemblies (int cItems, string[] rgbstrReferencedAssemblies);
abstract member GetReferencedAssemblies : int * string[] -> unit
Public Sub GetReferencedAssemblies (cItems As Integer, rgbstrReferencedAssemblies As String())
Parameters
- cItems
- Int32
An Integer that represents the number of assemblies.
- rgbstrReferencedAssemblies
- String[]
A String that contains the assembly names.
Remarks
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.