IVsWCFReferenceGroupOptions.GetReferencedAssemblies Method
Returns 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)
Syntax
'Declaration
Sub GetReferencedAssemblies ( _
cItems As Integer, _
<OutAttribute> rgbstrReferencedAssemblies As String() _
)
void GetReferencedAssemblies(
int cItems,
string[] rgbstrReferencedAssemblies
)
void GetReferencedAssemblies(
[InAttribute] int cItems,
[OutAttribute] array<String^>^ rgbstrReferencedAssemblies
)
abstract GetReferencedAssemblies :
cItems:int *
rgbstrReferencedAssemblies:string[] byref -> unit
function GetReferencedAssemblies(
cItems : int,
rgbstrReferencedAssemblies : String[]
)
Parameters
cItems
Type: System.Int32An Integer that represents the number of assemblies.
rgbstrReferencedAssemblies
Type: array<System.String[]A String that contains the assembly names.
Remarks
The values returned by GetReferencedAssemblies are the same as those shown 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.