IVsWCFReferenceGroupOptions.GetReferenceAllAssemblies Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether type sharing is enabled for all referenced assemblies in a Windows Communication Foundation (WCF) service reference.
public:
int GetReferenceAllAssemblies();
public:
int GetReferenceAllAssemblies();
int GetReferenceAllAssemblies();
public int GetReferenceAllAssemblies ();
abstract member GetReferenceAllAssemblies : unit -> int
Public Function GetReferenceAllAssemblies () As Integer
Returns
0 if type sharing is disabled; otherwise any non-zero Integer.
Remarks
The value returned by GetReferenceAllAssemblies determines whether the Reuse types in all referenced assemblies option is checked in the Configure Service Reference dialog box.