Expression::DataMembers Property

 

If the expression represents a class or a structure, this property gets a list of member variables as an Expressions collection.

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

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

Property Value

Type: EnvDTE::Expressions^

An Expressions collection.

See Expressions in the Debugger for general information about expressions.

The following example demonstrates how to use the DataMembers property.

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