ISfcPropertySet 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這是提供存取一組屬性(集合、清單或其他聚合)的介面。
public interface ISfcPropertySet
type ISfcPropertySet = interface
Public Interface ISfcPropertySet
- 衍生
方法
| 名稱 | Description |
|---|---|
| Contains(ISfcProperty) |
檢查是否存在帶有指定元資料的屬性 |
| Contains(String) |
檢查指定名稱的屬性是否存在 |
| Contains<T>(String) |
檢查指定名稱與類型是否存在該屬性 |
| EnumProperties() |
列舉所有性質 |
| TryGetProperty(String, ISfcProperty) |
嘗試取得屬性元資料 |
| TryGetPropertyValue(String, Object) |
嘗試從供應商獲取房產價值 |
| TryGetPropertyValue<T>(String, T) |
嘗試從供應商獲取房產價值 |