DesignerWindowPane.IVsExtensibleObject.GetAutomationObject(String, Object) Método

Definição

Obtém o objeto de automação para este painel de janela.

 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

Parâmetros

propName
String

O nome do objeto de automação. Isso pode ser null ou uma cadeia de caracteres vazia.

extObj
Object

O objeto Automation.

Retornos

Int32

S_OK se bem-sucedido.

Implementações

Aplica-se a