GetOrCreateByValue

BehaviorProperty.GetOrCreateByValue 方法

通过值查找现有行为属性,或使用指定值创建新的自定义属性

public static BehaviorProperty GetOrCreateByValue(string propertyValue)
参数类型描述
propertyValueString属性值

返回值

BehaviorProperty 的实例

另见