ForEachEnumeratorUI Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ForEachEnumeratorUI class.
public:
ForEachEnumeratorUI();
public ForEachEnumeratorUI ();
Public Sub New ()
Examples
The following code sample shows how to create the object using the default constructor.
Dim feEnumUI As New ForEachEnumeratorUI()
ForEachEnumeratorUI feEnumUI = new ForEachEnumeratorUI();