Share via


IVsWCFReferenceGroupOptions.SetReferencedAssemblies(Int32, String[]) Method

Definition

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

public:
 void SetReferencedAssemblies(int cItems, cli::array <System::String ^> ^ lpstrReferencedAssemblies);
public:
 void SetReferencedAssemblies(int cItems, Platform::Array <Platform::String ^> ^ lpstrReferencedAssemblies);
void SetReferencedAssemblies(int cItems, std::Array <std::wstring const &> const & lpstrReferencedAssemblies);
public void SetReferencedAssemblies (int cItems, string[] lpstrReferencedAssemblies);
abstract member SetReferencedAssemblies : int * string[] -> unit
Public Sub SetReferencedAssemblies (cItems As Integer, lpstrReferencedAssemblies As String())

Parameters

cItems
Int32

An Integer that represents the number of assemblies.

lpstrReferencedAssemblies
String[]

A String that contains the assembly names.

Remarks

The values set by SetReferencedAssemblies determine what is displayed in the Reuse types in specified referenced assemblies list in the Configure Service Reference dialog box.

Applies to