IVsWCFReferenceGroupOptions::SetReferencedAssemblies Method (Int32, array<String^>^)

 

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

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

void SetReferencedAssemblies(
	int cItems,
	array<String^>^ lpstrReferencedAssemblies
)

Parameters

cItems
Type: System::Int32

An Integer that represents the number of assemblies.

lpstrReferencedAssemblies
Type: array<System::String^>^

A String that contains the assembly names.

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.

Return to top
Show: