Property<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表伺服器設定屬性。
generic <typename T>
public ref class Property
public class Property<T>
type Property<'T> = class
Public Class Property(Of T)
類型參數
- T
屬性的類型。
- 繼承
-
Property<T>
建構函式
| 名稱 | Description |
|---|---|
| Property<T>(ServiceContainer, Setting) |
初始化 Property<T> 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| Enabled |
判斷該屬性是否被啟用。 |
| Value |
取得或設定房產價值。 |
方法
| 名稱 | Description |
|---|---|
| SetValueAndSource(Object, InputSettingSource) |
設定屬性的值與來源。 |