DesignerWindowPane.IVsExtensibleObject.GetAutomationObject(String, Object) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das Automatisierungsobjekt für diesen Fensterbereich ab.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsExtensibleObject.GetAutomationObject(System::String ^ propName, [Runtime::InteropServices::Out] System::Object ^ % extObj) = Microsoft::VisualStudio::Shell::Interop::IVsExtensibleObject::GetAutomationObject;
int IVsExtensibleObject.GetAutomationObject (string propName, out object extObj);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsExtensibleObject.GetAutomationObject : string * obj -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsExtensibleObject.GetAutomationObject : string * obj -> int
Function GetAutomationObject (propName As String, ByRef extObj As Object) As Integer Implements IVsExtensibleObject.GetAutomationObject
Parameter
- propName
- String
Der Name des Automatisierungsobjekts. Dies kann null oder eine leere Zeichenfolge sein.
- extObj
- Object
Das Automatisierungsobjekt.
Gibt zurück
Bei Erfolg S_OK.