SfcObjectExtender<TSfcInstance>.RegisterProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RegisterProperty(PropertyInfo) |
Register an additional reflected property |
RegisterProperty(PropertyInfo, String) |
Register an additional reflected property, dependant on the property from the parent object |
RegisterProperty(PropertyInfo)
Register an additional reflected property
protected void RegisterProperty (System.Reflection.PropertyInfo propertyInfo);
member this.RegisterProperty : System.Reflection.PropertyInfo -> unit
Protected Sub RegisterProperty (propertyInfo As PropertyInfo)
Parameters
- propertyInfo
- PropertyInfo
Applies to
RegisterProperty(PropertyInfo, String)
Register an additional reflected property, dependant on the property from the parent object
protected void RegisterProperty (System.Reflection.PropertyInfo propertyInfo, string parentPropertyName);
member this.RegisterProperty : System.Reflection.PropertyInfo * string -> unit
Protected Sub RegisterProperty (propertyInfo As PropertyInfo, parentPropertyName As String)
Parameters
- propertyInfo
- PropertyInfo
Reflected property
- parentPropertyName
- String
Parent property name