SettingsPropertyValue(SettingsProperty) 建構函式

定義

根據提供的參數,初始化 SettingsPropertyValue 類別的新執行個體。

public:
 SettingsPropertyValue(System::Configuration::SettingsProperty ^ property);
public SettingsPropertyValue (System.Configuration.SettingsProperty property);
new System.Configuration.SettingsPropertyValue : System.Configuration.SettingsProperty -> System.Configuration.SettingsPropertyValue
Public Sub New (property As SettingsProperty)

參數

property
SettingsProperty

指定 SettingsProperty 物件。

備註

重要

使用不信任的資料呼叫此方法,會造成安全性上的風險。 呼叫此方法時,請一律使用信任的資料。 如需詳細資訊,請參閱 驗證所有輸入

物件 SettingsProperty 描述 物件所 SettingsPropertyValue 儲存之值的相關信息。

適用於