ObjectDataProvider.MethodParameters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要傳遞至該方法的參數清單。
public:
property System::Collections::IList ^ MethodParameters { System::Collections::IList ^ get(); };
public System.Collections.IList MethodParameters { get; }
member this.MethodParameters : System.Collections.IList
Public ReadOnly Property MethodParameters As IList
屬性值
要傳遞至該方法的參數清單。 預設值是空白清單。
備註
您可以使用 MethodName 屬性在 物件上呼叫方法,並使用 MethodParameters 屬性將參數傳遞至 方法。 然後,您可以系結至 方法的結果。
變更此集合會隱含地讓 ObjectDataProvider 物件重新整理。 變更多個重新整理原因的屬性時,建議使用 DeferRefresh 。
XAML 屬性項目用法
<object>
<object.MethodParameters>
parameterValues
</object.MethodParameters>
</object>