Classe ValidValue
Represents a valid value for an extension setting.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.Interfaces..::..ValidValue
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Sintaxe
'Declaração
Public Class ValidValue
'Uso
Dim instance As ValidValue
public class ValidValue
public ref class ValidValue
type ValidValue = class end
public class ValidValue
O tipo ValidValue expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Label | The label of the setting value. | |
Value | A valid value for the setting. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
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 Usando a classe Setting para uma extensão de entrega.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.