Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an external window DTE object.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Declaration
ReadOnly Property AutomationObject As Object
Get
Object AutomationObject { get; }
property Object^ AutomationObject {
Object^ get ();
}
abstract AutomationObject : Object
function get AutomationObject () : Object
Property Value
Type: System.Object
Returns a DTE2 object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.