IVsWCFReferenceGroup.SetOptions(IVsWCFReferenceGroupOptions) 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 the code generation options for a Windows Communication Foundation (WCF) reference group.
public:
void SetOptions(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroupOptions ^ pOptions);
public:
void SetOptions(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroupOptions ^ pOptions);
void SetOptions(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroupOptions const & pOptions);
public void SetOptions (Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroupOptions pOptions);
abstract member SetOptions : Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroupOptions -> unit
Public Sub SetOptions (pOptions As IVsWCFReferenceGroupOptions)
Parameters
- pOptions
- IVsWCFReferenceGroupOptions
A IVsWCFReferenceGroupOptions object to copy the options from.