Thread::Priority Property

 

Gets the scheduling priority of the thread.

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

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

Property Value

Type: System::String^

A string value.

The following example demonstrates how to use the Priority property.

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