Share via


IVsWCFReferenceGroupOptions.SetImportXmlTypes(Int32) Method

Definition

Sets a value that determines whether XML types are imported for a Windows Communication Foundation (WCF) service reference.

public:
 void SetImportXmlTypes(int bImportXmlTypes);
public:
 void SetImportXmlTypes(int bImportXmlTypes);
void SetImportXmlTypes(int bImportXmlTypes);
public void SetImportXmlTypes (int bImportXmlTypes);
abstract member SetImportXmlTypes : int -> unit
Public Sub SetImportXmlTypes (bImportXmlTypes As Integer)

Parameters

bImportXmlTypes
Int32

Any non-zero Integer to import XML types; otherwise 0.

Applies to