IVsWCFReferenceGroupOptions.SetReferenceAllAssemblies(Int32) 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.
Sets a value that determines whether type sharing is enabled for all referenced assemblies in a Windows Communication Foundation (WCF) service reference.
public:
void SetReferenceAllAssemblies(int bReferenceAllAssemblies);
public:
void SetReferenceAllAssemblies(int bReferenceAllAssemblies);
void SetReferenceAllAssemblies(int bReferenceAllAssemblies);
public void SetReferenceAllAssemblies (int bReferenceAllAssemblies);
abstract member SetReferenceAllAssemblies : int -> unit
Public Sub SetReferenceAllAssemblies (bReferenceAllAssemblies As Integer)
Parameters
- bReferenceAllAssemblies
- Int32
Any non-zero Integer to reference all assemblies; otherwise 0.
Remarks
The value set by SetReferenceAllAssemblies determines whether the Reuse types in all referenced assemblies option is checked in the Configure Service Reference dialog box.