XmlBuilder.GetChildControlType(String, IDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
override Type ^ GetChildControlType(System::String ^ tagName, System::Collections::IDictionary ^ attribs);
public override Type GetChildControlType(string tagName, System.Collections.IDictionary attribs);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (tagName As String, attribs As IDictionary) As Type
參數
- tagName
- String
兒童控制的標籤名稱。
- attribs
- IDictionary
子控制項中包含的屬性陣列。
傳回
GetChildControlType(String, IDictionary)方法被覆寫為永遠返回 null。
備註
GetChildControlType類別的方法XmlBuilder會覆蓋類別GetChildControlType的方法ControlBuilder。 此方法實作 GetChildControlType 總是返回 null。