Condividi tramite


Classe ValidValue

Represents a valid value for an extension setting.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.Interfaces.ValidValue

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Sintassi

'Dichiarazione
Public Class ValidValue
'Utilizzo
Dim instance As ValidValue
public class ValidValue
public ref class ValidValue
type ValidValue =  class end
public class ValidValue

Nel tipo ValidValue sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ValidValue Initializes a new instance of the ValidValue class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Label The label of the setting value.
Proprietà pubblica Value A valid value for the setting.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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 Utilizzo della classe Setting per un'estensione per il recapito.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.Interfaces