CallSiteBinder.UpdateLabel Property
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.
Gets a label that can be used to cause the binding to be updated. It indicates that the expression's binding is no longer valid. This is typically used when the "version" of a dynamic object has changed.
public:
static property System::Linq::Expressions::LabelTarget ^ UpdateLabel { System::Linq::Expressions::LabelTarget ^ get(); };
public static System.Linq.Expressions.LabelTarget UpdateLabel { get; }
static member UpdateLabel : System.Linq.Expressions.LabelTarget
Public Shared ReadOnly Property UpdateLabel As LabelTarget
Property Value
The LabelTarget object representing a label that can be used to trigger the binding update.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.