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 设计器扩展性体系结构