Share via


IVsWCFReferenceGroup.GetOptions Method

Definition

Returns the code generation options for a Windows Communication Foundation (WCF) reference group.

public:
 Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroupOptions ^ GetOptions();
public:
 Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroupOptions ^ GetOptions();
Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroupOptions GetOptions();
public Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroupOptions GetOptions ();
abstract member GetOptions : unit -> Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroupOptions
Public Function GetOptions () As IVsWCFReferenceGroupOptions

Returns

An object that represents code generation options.

Applies to