IMemberCreationService.UpdateProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit un nouveau nom et type pour une propriété de la classe spécifiée.
public:
void UpdateProperty(System::String ^ className, System::String ^ oldPropertyName, Type ^ oldPropertyType, System::String ^ newPropertyName, Type ^ newPropertyType, cli::array <System::Workflow::ComponentModel::Compiler::AttributeInfo ^> ^ attributes, bool emitDependencyProperty, bool isMetaProperty);
public void UpdateProperty (string className, string oldPropertyName, Type oldPropertyType, string newPropertyName, Type newPropertyType, System.Workflow.ComponentModel.Compiler.AttributeInfo[] attributes, bool emitDependencyProperty, bool isMetaProperty);
abstract member UpdateProperty : string * string * Type * string * Type * System.Workflow.ComponentModel.Compiler.AttributeInfo[] * bool * bool -> unit
Public Sub UpdateProperty (className As String, oldPropertyName As String, oldPropertyType As Type, newPropertyName As String, newPropertyType As Type, attributes As AttributeInfo(), emitDependencyProperty As Boolean, isMetaProperty As Boolean)
Paramètres
- className
- String
Chaîne qui contient le nom de la classe sur laquelle la propriété à mettre à jour réside.
- oldPropertyName
- String
Chaîne qui contient le nom existant de la propriété.
- newPropertyName
- String
Chaîne qui contient le nouveau nom de la propriété.
- attributes
- AttributeInfo[]
Tableau AttributeInfo qui contient des informations sur tous les attributs à assigner à la propriété mise à jour.
- emitDependencyProperty
- Boolean
true
pour mettre à jour la propriété afin qu'elle émette une propriété de dépendance ; sinon, false
.
- isMetaProperty
- Boolean
true
pour définir la propriété en tant que métapropriété ; sinon, false
.