ToolboxItem.FilterPropertyValue(String, Object) メソッド

定義

プロパティ値を返す前に、フィルター処理をします。

protected:
 virtual System::Object ^ FilterPropertyValue(System::String ^ propertyName, System::Object ^ value);
protected virtual object FilterPropertyValue (string propertyName, object value);
protected virtual object? FilterPropertyValue (string propertyName, object? value);
abstract member FilterPropertyValue : string * obj -> obj
override this.FilterPropertyValue : string * obj -> obj
Protected Overridable Function FilterPropertyValue (propertyName As String, value As Object) As Object

パラメーター

propertyName
String

フィルター処理の対象となるプロパティの名前。

value
Object

プロパティのフィルター処理に使用する値。

戻り値

フィルター処理済みのプロパティ値。

注釈

FilterPropertyValueメソッドを使用すると、プロパティは常に値を複製したり、存在しない場合は既定値を指定したりできます。

適用対象