다음을 통해 공유


MetadataValues.Contains 메서드 (String)

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

매개 변수

반환 값

유형: System.Boolean
true if the specified value is a member of the current set of metadata values; otherwise, false.

참고 항목

참조

MetadataValues 클래스

Contains 오버로드

Microsoft.ReportingServices.RdlObjectModel 네임스페이스