PropertyIdentifierCollection.Add Method (TypeIdentifier, 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 ( _
    typeIdentifier As TypeIdentifier, _
    name As String _
)
public void Add(
    TypeIdentifier typeIdentifier,
    string name
)
public:
void Add(
    TypeIdentifier typeIdentifier, 
    String^ name
)
member Add : 
        typeIdentifier:TypeIdentifier * 
        name:string -> unit 
public function Add(
    typeIdentifier : TypeIdentifier, 
    name : String
)

Parameters

  • name
    Type: System.String
    The name of the property to be added to the collection.

.NET Framework Security

See Also

Reference

PropertyIdentifierCollection Class

Add Overload

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture