IVsWCFReferenceGroupOptions.GetExcludedTypes Method
Returns a list of types that are excluded from type sharing in a Windows Communication Foundation (WCF) service reference.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Sub GetExcludedTypes ( _
cItems As Integer, _
<OutAttribute> rgbstrExcludedTypes As String() _
)
void GetExcludedTypes(
int cItems,
string[] rgbstrExcludedTypes
)
void GetExcludedTypes(
[InAttribute] int cItems,
[OutAttribute] array<String^>^ rgbstrExcludedTypes
)
abstract GetExcludedTypes :
cItems:int *
rgbstrExcludedTypes:string[] byref -> unit
function GetExcludedTypes(
cItems : int,
rgbstrExcludedTypes : String[]
)
Parameters
cItems
Type: System.Int32An Integer that represents the number of types.
rgbstrExcludedTypes
Type: array<System.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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.