DataPackageView.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得 DataPackagePropertySetView 物件,其中包含 DataPackageView 物件中資料的唯讀屬性集。
public:
property DataPackagePropertySetView ^ Properties { DataPackagePropertySetView ^ get(); };
DataPackagePropertySetView Properties();
public DataPackagePropertySetView Properties { get; }
var dataPackagePropertySetView = dataPackageView.properties;
Public ReadOnly Property Properties As DataPackagePropertySetView
屬性值
物件,其中包含資料的唯讀屬性集。