ManagedForEachEnumeratorWrapper.CanUpdate(String) Method

Definition

Specifies whether the enumerator can be updated

public:
 virtual bool CanUpdate(System::String ^ CreationName);
public bool CanUpdate (string CreationName);
abstract member CanUpdate : string -> bool
override this.CanUpdate : string -> bool
Public Function CanUpdate (CreationName As String) As Boolean

Parameters

CreationName
String

The creation name.

Returns

True if the enumerator can be updated; otherwise, false.

Implements

Applies to