當衍生類別的建構函式呼叫基本類別值時,提供基本類別值的初始設定。Provides initialization for base class values when they are called by the constructor of a derived class.
protected: AutomationPeer();
protected AutomationPeer ();
Protected Sub New ()
謝謝。