SfcObjectExtender<TSfcInstance>.RegisterProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| RegisterProperty(PropertyInfo) |
Registrare una proprietà riflessa aggiuntiva |
| RegisterProperty(PropertyInfo, String) |
Registrare una proprietà riflessa aggiuntiva, a seconda della proprietà dall'oggetto padre |
RegisterProperty(PropertyInfo)
Registrare una proprietà riflessa aggiuntiva
protected void RegisterProperty(System.Reflection.PropertyInfo propertyInfo);
member this.RegisterProperty : System.Reflection.PropertyInfo -> unit
Protected Sub RegisterProperty (propertyInfo As PropertyInfo)
Parametri
- propertyInfo
- PropertyInfo
Si applica a
RegisterProperty(PropertyInfo, String)
Registrare una proprietà riflessa aggiuntiva, a seconda della proprietà dall'oggetto padre
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)
Parametri
- propertyInfo
- PropertyInfo
Proprietà Riflessa
- parentPropertyName
- String
Nome proprietà padre