AuthenticationProperties.SetParameter<T>(String, T) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在集合中 Parameters 設定參數值。
public:
generic <typename T>
void SetParameter(System::String ^ key, T value);
public void SetParameter<T> (string key, T value);
member this.SetParameter : string * 'T -> unit
Public Sub SetParameter(Of T) (key As String, value As T)
類型參數
- T
參數類型。
參數
- key
- String
參數索引鍵。
- value
- T
要設定的值。