Compartir a través de


Clase ValidValue

Represents a valid value for an extension setting.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..ValidValue

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
Public Class ValidValue
'Uso
Dim instance As ValidValue
public class ValidValue
public ref class ValidValue
type ValidValue =  class end
public class ValidValue

El tipo ValidValue expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ValidValue Initializes a new instance of the ValidValue class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Label The label of the setting value.
Propiedad pública Value A valid value for the setting.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

The ValidValue class provides infrastructure for storing information about a valid value for an extension setting. Extension settings can have multiple valid values that determine a fixed set of values for the setting. For more information about settings, see Usar la clase Setting para una extensión de entrega.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.