ExtendedPropertiesEnumerator.ExtendedPropertiesEnumerator Constructor

ExtendedPropertiesEnumerator.ExtendedPropertiesEnumerator Constructor

Initializes a new instance of the ExtendedPropertiesEnumerator class.

Definition

Visual Basic .NET Public Sub ExtendedPropertiesEnumerator( _
ByVal p As ExtendedProperties _
)
C# public ExtendedPropertiesEnumerator(
ExtendedProperties p
);
Managed C++ public: ExtendedPropertiesEnumerator(
ExtendedProperties *p
);

Parameters

p Microsoft.Ink.ExtendedProperties. The ExtendedProperties collection that this enumerator iterates over.

Remarks

The ExtendedPropertiesEnumerator class supports iterating over an ExtendedProperties collection and implements the System.Collections.IEnumerator Leave Site interface.

See Also