SoapIncludeAttribute(Type) 建構函式
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的型別,初始化 SoapIncludeAttribute 類別的新執行個體。
public:
SoapIncludeAttribute(Type ^ type);
public SoapIncludeAttribute (Type type);
new System.Xml.Serialization.SoapIncludeAttribute : Type -> System.Xml.Serialization.SoapIncludeAttribute
Public Sub New (type As Type)
- type
- Type
要包含的物件之型別。
下列範例會將 兩 SoapIncludeAttribute 次套用至 XML Web 服務方法。 方法會傳回類型 Vehicle
(基類) 的物件。
SoapIncludeAttribute允許 方法傳回衍生自 類別的 Vehicle
類別實例。
將 的 SoapIncludeAttribute 多個實例套用至傳回物件陣列、 ArrayList 包含 物件集合的 ,或可以傳回多個類型的 物件之欄位或屬性。 Type針對您想要欄位或屬性包含的每個類型設定 屬性。
產品 | 版本 |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |