ReflectionEvent.TryGetCodeUpdate(CodeUpdateBase) 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.
Tente d’obtenir une mise à jour du code.
public:
virtual bool TryGetCodeUpdate([Runtime::InteropServices::Out] Microsoft::ExtendedReflection::Feedback::CodeUpdateBase ^ % codeUpdate);
public bool TryGetCodeUpdate (out Microsoft.ExtendedReflection.Feedback.CodeUpdateBase codeUpdate);
abstract member TryGetCodeUpdate : CodeUpdateBase -> bool
override this.TryGetCodeUpdate : CodeUpdateBase -> bool
Public Function TryGetCodeUpdate (ByRef codeUpdate As CodeUpdateBase) As Boolean
Paramètres
- codeUpdate
- Microsoft.ExtendedReflection.Feedback.CodeUpdateBase
Mise à jour.
Retours
Implémente
Microsoft.ExtendedReflection.Feedback.ICodeUpdateSource.TryGetCodeUpdate(Microsoft.ExtendedReflection.Feedback.CodeUpdateBase@)