PropertyIdentifierCollection.Add Method (Type, String)

Adds a new property identifier.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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
)

Parameters

  • ownerType
    Type: System.Type
    The owning type of the property to be added.

.NET Framework Security

See Also

Reference

PropertyIdentifierCollection Class

Add Overload

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture