Window2::Object Property

 

Gets an object that can be accessed by name at run time.

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

property Object^ Object {
	Object^ get();
}

Property Value

Type: System::Object^

An object.

Implements

Window::Object

Returns the extensibility object for the tool represented by the window.

This example creates an OutputWindow object, and then uses it to write text to an OutputWindowPane object.

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