Returns an external window DTE object.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'宣言
ReadOnly Property AutomationObject As Object
'使用
Dim instance As IVsHelpOwner
Dim value As Object
value = instance.AutomationObject
Object AutomationObject { get; }
property Object^ AutomationObject {
Object^ get ();
}
function get AutomationObject () : Object
Property Value
Type: System.Object
Returns a DTE2 object.
Permissions
- 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.