IVsWCFReferenceGroupOptions.SetImportXmlTypes(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 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.