Indicates whether a specified value is a member of the current set of metadata values.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Function Contains ( _
value As String _
) As Boolean
‘사용 방법
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
매개 변수
- value
유형: System.String
The value of the metadata.
반환 값
유형: System.Boolean
true if the specified value is a member of the current set of metadata values; otherwise, false.