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 | |
---|---|---|
![]() |
ValidValue | Initializes a new instance of the ValidValue class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Label | The label of the setting value. |
![]() |
Value | A valid value for the setting. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.