Thread2::Flag Property

 

Gets or sets a flag on an individual thread.

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

property bool Flag {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A boolean value representing whether a flag is set on a thread; true if there is, false otherwise.

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: