共用方式為


ParameterCollection 類別

代表 Parameter 物件的集合。

命名空間: System.Windows.Controls
組件: System.Windows.Controls.DomainServices (於 system.windows.controls.domainservices.dll)

使用方式

'用途
Dim instance As ParameterCollection

語法

'宣告
Public Class ParameterCollection
    Inherits DependencyObjectCollection(Of Parameter)
public class ParameterCollection : DependencyObjectCollection<Parameter>
public ref class ParameterCollection : public DependencyObjectCollection<Parameter^>
public class ParameterCollection extends DependencyObjectCollection<Parameter>
public class ParameterCollection extends DependencyObjectCollection<Parameter>

繼承階層

System.Object
   System.Windows.DependencyObject
     System.Windows.DependencyObjectCollection
      System.Windows.Controls.ParameterCollection

執行緒安全性

任何這個類型的公用靜態 (在 Visual Basic 中為 共用) 成員都具備執行緒安全。 不保證任何執行個體成員安全執行緒。

平台

開發平台

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000

目標平台

另請參閱

參考

ParameterCollection 成員
System.Windows.Controls 命名空間