共用方式為


PropertyIdentifierCollection.Add 方法 (Type, String)

加入新的屬性識別項。

命名空間:  Microsoft.Windows.Design.Model
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Sub Add ( _
    ownerType As Type, _
    name As String _
)
public void Add(
    Type ownerType,
    string name
)
public:
void Add(
    Type^ ownerType, 
    String^ name
)
member Add : 
        ownerType:Type * 
        name:string -> unit 
public function Add(
    ownerType : Type, 
    name : String
)

參數

  • ownerType
    型別:System.Type
    要加入之屬性的擁有者型別。

.NET Framework 安全性

請參閱

參考

PropertyIdentifierCollection 類別

Add 多載

Microsoft.Windows.Design.Model 命名空間

其他資源

WPF 設計工具擴充性架構