Metodo MetadataValues.Contains (String)
Indicates whether a specified value is a member of the current set of metadata values.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Function Contains ( _
value As String _
) As Boolean
'Utilizzo
Dim instance As MetadataValues
Dim value As String
Dim returnValue As Boolean
returnValue = instance.Contains(value)
public bool Contains(
string value
)
public:
bool Contains(
String^ value
)
member Contains :
value:string -> bool
public function Contains(
value : String
) : boolean
Parametri
- value
Tipo: System.String
The value of the metadata.
Valore restituito
Tipo: System.Boolean
true if the specified value is a member of the current set of metadata values; otherwise, false.