IVsWCFReferenceGroup.SetOptions(IVsWCFReferenceGroupOptions) 方法

定义

为 Windows Communication Foundation (WCF) 引用组设置代码生成选项。

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)

参数

pOptions
IVsWCFReferenceGroupOptions

IVsWCFReferenceGroupOptions要从中复制选项的对象。

适用于