ThemeProvider.GetSkinsForControl(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與指定 ICollection 關聯之面板識別項的 Type。
public:
System::Collections::ICollection ^ GetSkinsForControl(Type ^ type);
public System.Collections.ICollection GetSkinsForControl (Type type);
member this.GetSkinsForControl : Type -> System.Collections.ICollection
Public Function GetSkinsForControl (type As Type) As ICollection
參數
傳回
如果已定義指定 ICollection 的控制面板,便為面板識別項的 Type。 如果型別沒有任何關聯的控制面板,則會傳回空白 ICollection。
備註
GetSkinsForControl設計工具會使用方法來填入控制面板名稱的清單。 設計工具會使用此清單來系結至使用者介面 (UI) 元素,或顯示指定控制項類型的設計屬性。