ContractDescription.ContractType 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定合約描述指定的合約型別。
public:
property Type ^ ContractType { Type ^ get(); void set(Type ^ value); };
C#
public Type ContractType { get; set; }
member this.ContractType : Type with get, set
Public Property ContractType As Type
合約描述指定的合約的 Type。
C#
Type contractType = cd.ContractType;
Console.WriteLine("\tContract type: {0}", contractType.ToString());
Dim contractType As Type = cd.ContractType
Console.WriteLine(Constants.vbTab & "Contract type: {0}", contractType.ToString())
ContractType 屬性不是可序列化的,因此只有當描述繫結至執行階段時才可使用。 它無法匯入或匯出為中繼資料的一部分。
產品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 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 (package-provided) |
UWP | 10.0 |