Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub ApplyChanges() |
C# | |
---|---|
public abstract void ApplyChanges() |
C++/CLI | |
---|---|
public: abstract void ApplyChanges(); |
If IsImmediateChangesEnabled is true, changes are processed immediately, and this method will have no affect. Processing changes has the affect of causing the data consuming Measurement to be preset to a default state. It will also cause any data in the internal buffers to be cleared.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)