Compartir a través de


ConditionalScope.StartIfTrue Method

Starts the THEN clause of the conditional expression.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Function StartIfTrue As IDisposable
'Usage
Dim instance As ConditionalScope
Dim returnValue As IDisposable

returnValue = instance.StartIfTrue()
public IDisposable StartIfTrue()

Return Value

Type: System.IDisposable
The interface that is used to end THEN clause.

Remarks

The THEN clause must be the statement immediately after the start of a conditional execution scope, or immediately after the end of an ELSE clause.

See Also

Reference

ConditionalScope Class

ConditionalScope Members

Microsoft.SharePoint.Client Namespace