GrainState.SetAll(IDictionary<String,Object>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從字典填入這個屬性包。 這是預設的反映式實作,可在子類別或產生的程式碼中覆寫。
public virtual void SetAll (System.Collections.Generic.IDictionary<string,object> values);
abstract member SetAll : System.Collections.Generic.IDictionary<string, obj> -> unit
override this.SetAll : System.Collections.Generic.IDictionary<string, obj> -> unit
Public Overridable Sub SetAll (values As IDictionary(Of String, Object))
參數
- values
- IDictionary<String,Object>
從字串到物件的 Dictionary,其中包含這個屬性包的值。