다음을 통해 공유


Contains 메서드 (String)

Indicates whether the collection contains a PerspectiveAction that has the specified identifier.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function Contains ( _
    actionId As String _
) As Boolean
‘사용 방법
Dim instance As PerspectiveActionCollection
Dim actionId As String
Dim returnValue As Boolean

returnValue = instance.Contains(actionId)
public bool Contains(
    string actionId
)
public:
bool Contains(
    String^ actionId
)
member Contains : 
        actionId:string -> bool 
public function Contains(
    actionId : String
) : boolean

매개 변수

반환 값

유형: System. . :: . .Boolean
true if the PerspectiveAction exists in the collection; otherwise, false.