TelemetrySettingProperty Class
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.
This class represents a data model setting property. The property name will be updated with a suffix ".DataModelSetting" when the event is posted. A setting is something that user can customize the value to change how the app looks/feels/behaves. E.g., all settings in VS tools options dialog. Machine-level or environmental properties are NOT settings. They should posted as regular properties. E.g., CPU count, OS locale.
public ref class TelemetrySettingProperty : Microsoft::VisualStudio::Telemetry::TelemetryDataModelProperty
public class TelemetrySettingProperty : Microsoft.VisualStudio.Telemetry.TelemetryDataModelProperty
type TelemetrySettingProperty = class
inherit TelemetryDataModelProperty
Public Class TelemetrySettingProperty
Inherits TelemetryDataModelProperty
- Inheritance
Constructors
TelemetrySettingProperty(Object) |
Creates the Setting Property Object. |
Properties
Value |
Gets value set for the property (Inherited from TelemetryDataModelProperty) |
Methods
ToString() |
ToString to make debugging easier: show in debug watch window (Inherited from TelemetryDataModelProperty) |