ReflectionEvent.TryGetCodeUpdate(CodeUpdateBase) 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.
Tries to get a code update.
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
Parameters
- codeUpdate
- Microsoft.ExtendedReflection.Feedback.CodeUpdateBase
The update.
Returns
Implements
Microsoft.ExtendedReflection.Feedback.ICodeUpdateSource.TryGetCodeUpdate(Microsoft.ExtendedReflection.Feedback.CodeUpdateBase@)