SettingLogContext Class

Visual Studio 2015
 

The context of a setting-related action for logging via telemetry.

Namespace:   Microsoft.VisualStudio.Settings.Telemetry
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

System::Object
  Microsoft.VisualStudio.Settings.Telemetry::SettingLogContext

public ref class SettingLogContext 

NameDescription
System_CAPS_pubmethodSettingLogContext(SettingScenario, SettingAction, SettingType, String^, String^, Int32, String^, String^)

Initializes a new instance of SettingLogContext with the specified values.

NameDescription
System_CAPS_pubpropertyAction

Gets the setting action.

System_CAPS_pubpropertyResultDetail

Gets or sets the result detail.

System_CAPS_pubpropertyScenario

Gets the scenario.

System_CAPS_pubpropertySettingName

Gets the name of the setting.

System_CAPS_pubpropertySettingType

Gets the setting type.

System_CAPS_pubpropertySettingValueSize

Gets the size of the setting’s value.

System_CAPS_pubpropertySettingValueType

Gets the type of the setting value.

System_CAPS_pubpropertyStep

Gets the step.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: