Expression::Collection Property

 

Gets the collection containing the object supporting this property or contained within this code construct.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property Expressions^ Collection {
	Expressions^ get();
}

Property Value

Type: EnvDTE::Expressions^

An Expressions collection.

The following example demonstrates how to use the Collection property.

No code example is currently available or this language may not be supported.
Return to top
Show: