IExtensibleObject.GetAutomationObject-Methode
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Nur für die interne Verwendung durch Microsoft vorgesehen.
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
)
Parameter
Name
Typ: StringDer Name des Objekts.
pParent
Typ: EnvDTE.IExtensibleObjectSiteDas übergeordnete Objekt des Objekts.
ppDisp
Typ: Object%Die Dispatchschnittstelle.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.