RootBuilder.GetChildControlType(String, IDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回任何已剖析子控制項的控制項型別。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
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
包含所有指定標記屬性的 IDictionary 物件。
傳回
子控制項的型別。
備註
方法 GetChildControlType 會在 中覆寫這個方法的實作 ControlBuilder 。