Share via


IVsWCFReferenceGroupOptions.SetExcludedTypes(Int32, String[]) Method

Definition

Sets a list of types that are excluded from type sharing in a Windows Communication Foundation (WCF) service reference.

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

Parameters

cItems
Int32

An Integer that represents the number of types.

lpstrExcludedTypes
String[]

A String that contains the excluded types.

Remarks

The values set by SetExcludedTypes determine which types are checked in the Reuse types in specified referenced assemblies list in the Configure Service Reference dialog box.

Applies to