SQLWorkbenchPackage.GetAutomationObject(String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual int GetAutomationObject(System::String ^ propName, [Runtime::InteropServices::Out] System::Object ^ % autoObject);
public virtual int GetAutomationObject(string propName, out object autoObject);
abstract member GetAutomationObject : string * obj -> int
override this.GetAutomationObject : string * obj -> int
Public Overridable Function GetAutomationObject (propName As String, ByRef autoObject As Object) As Integer
參數
- propName
- String
- autoObject
- Object