FederationMessage.Parameters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得訊息參數,做為字典。
public:
property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Parameters { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Parameters { get; }
member this.Parameters : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Parameters As IDictionary(Of String, String)
屬性值
字典,其中包含訊息參數。
備註
名稱與值組的字典,其中包含訊息中的參數。 參數是以參數名稱為索引鍵。 例如,若要擷取方塊參數的值,請使用 “attr”。