Expression2::Type Property

 

Gets a constant indicating the object type.

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

property String^ Type {
	String^ get();
}

Property Value

Type: System::String^

A string constant representing the object type.

Returns a string of the type of expression, such as "int", "CString", or "char."

The following example demonstrates how to use the Type property.

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