ViewBuilder.Contains Method

Indicates whether a view is already in the queue to be processed or not.
Public Function Contains( _ 
ByVal view As View
) As Boolean
This language is not supported or no code example is available.
public bool Contains( 
View view 
)
This language is not supported or no code example is available.

Parameters

view
View

The view that must be check.

Return Value

bool

True if the view is already in the queue, otherwise false.

.NET Framework

Supported in: 4.8

In this article

Definition