Share via


IVsWCFReferenceGroupOptions.GetExcludedTypes(Int32, String[]) Method

Definition

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

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

Parameters

cItems
Int32

An Integer that represents the number of types.

rgbstrExcludedTypes
String[]

A String that contains the excluded types.

Remarks

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

Applies to