PropertyInformation.Type 屬性

定義

取得對應到組態屬性的物件之 Type

public:
 property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type

屬性值

Type 物件的 PropertyInformation

範例

下列程式代碼範例示範如何使用 Type 屬性。 此程式代碼範例是提供給 類別之較大範例的 PropertyInformation 一部分。

// Display the Type property.
Console.WriteLine("Type: {0}", propertyItem.Type);
' Display the Type property.
Console.WriteLine("Type: {0}", propertyItem.Type)

適用於