IExtensibleObject.GetAutomationObject Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

Syntax

'Declaration
Sub GetAutomationObject ( _
    Name As String, _
    pParent As IExtensibleObjectSite, _
    <OutAttribute> ByRef ppDisp As Object _
)
void GetAutomationObject(
    string Name,
    IExtensibleObjectSite pParent,
    out Object ppDisp
)
void GetAutomationObject(
    [InAttribute] String^ Name, 
    [InAttribute] IExtensibleObjectSite^ pParent, 
    [OutAttribute] Object^% ppDisp
)
abstract GetAutomationObject : 
        Name:string * 
        pParent:IExtensibleObjectSite * 
        ppDisp:Object byref -> unit
function GetAutomationObject(
    Name : String, 
    pParent : IExtensibleObjectSite, 
    ppDisp : Object
)

Parameters

.NET Framework Security

See Also

Reference

IExtensibleObject Interface

EnvDTE Namespace