SoapFieldAttribute.IsInteropXmlElement 方法

定义

返回一个值,该值指示当前属性是否包含互操作 XML 元素值。

public:
 bool IsInteropXmlElement();
public bool IsInteropXmlElement();
member this.IsInteropXmlElement : unit -> bool
Public Function IsInteropXmlElement () As Boolean

返回

true 如果当前属性包含互操作 XML 元素值,则为 ;否则,为 false.

适用于