共用方式為


DataPackagePropertySet 類別

定義

一組自訂屬性的集合。DataPackage

public ref class DataPackagePropertySet : System::Collections::IEnumerable
public class DataPackagePropertySet : System.Collections.IEnumerable
type DataPackagePropertySet = class
    interface IEnumerable
Public Class DataPackagePropertySet
Implements IEnumerable
繼承
DataPackagePropertySet
實作

建構函式

名稱 Description
DataPackagePropertySet()

初始化 DataPackagePropertySet 類別的新實例。

屬性

名稱 Description
Count

取得集合中的性質數量。

Item[String]

取得或設定與指定鍵相關聯的屬性值。

Keys

取得屬性金鑰集合。

Values

取得房產價值的集合。

方法

名稱 Description
Add(String, Object)

新增一個具有指定鍵值與值的屬性。

ContainsKey(String)

判斷集合是否包含具有指定鍵的屬性。

GetEnumerator()

回傳一個列舉器,會遍歷屬性。

TryGetValue(String, Object)

取得與指定索引鍵相關聯的值。

明確介面實作

名稱 Description
IEnumerable.GetEnumerator()

一組自訂屬性的集合。DataPackage

適用於