SettingLogContext Class
Visual Studio 2015
The context of a setting-related action for logging via telemetry.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | SettingLogContext(SettingScenario, SettingAction, SettingType, String^, String^, Int32, String^, String^) | Initializes a new instance of SettingLogContext with the specified values. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets the setting action. |
![]() | ResultDetail | Gets or sets the result detail. |
![]() | Scenario | Gets the scenario. |
![]() | SettingName | Gets the name of the setting. |
![]() | SettingType | Gets the setting type. |
![]() | SettingValueSize | Gets the size of the setting’s value. |
![]() | SettingValueType | Gets the type of the setting value. |
![]() | Step | Gets the step. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


