Share via


ExternalSettingOperationResult<T>.InvalidValue Class

Definition

Returned from the provider when the value was retrieved successfully but the value itself is not valid for this setting. This will result in an appropriate error message being shown, and the edit control will remain enabled so the user can select a valid value.

public class ExternalSettingOperationResult<T>.InvalidValue : Microsoft.VisualStudio.Utilities.UnifiedSettings.ExternalSettingOperationResult<T>
type ExternalSettingOperationResult<'T>.InvalidValue = class
    inherit ExternalSettingOperationResult<'T>
Public Class ExternalSettingOperationResult(Of T).InvalidValue
Inherits ExternalSettingOperationResult(Of T)

Type Parameters

T
Inheritance
ExternalSettingOperationResult<T>.InvalidValue

Applies to