PropertyBagBase..::..Set Method (Nullable<(Of <(<'Object>)>)>, PropertySetModes, String, Nullable<(Of <(<'Object>)>)>%)
Implementors need to override this to save the indicated value.
Namespace:
Tortuga.Anchor.Modeling.InternalsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
[SuppressMessageAttribute] public bool Set( Nullable<Object> value, PropertySetModes mode, string propertyName, out Nullable<Object> oldValue )
<SuppressMessageAttribute> _ Public Function Set ( _ value As Nullable(Of Object), _ mode As PropertySetModes, _ propertyName As String, _ <OutAttribute> ByRef oldValue As Nullable(Of Object) _ ) As Boolean
Parameters
- mode
- Type: Tortuga.Anchor.Modeling.Internals..::..PropertySetModes
Indicates special handling for the action.
- propertyName
- Type: String
Name of property to update