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
Name
Type: System.StringThe name of the object.
pParent
Type: EnvDTE.IExtensibleObjectSiteThe parent of the object.
ppDisp
Type: System.Object%The dispatch interface.
.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.