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
- typeIdentifier
Type: Microsoft.Windows.Design.Metadata.TypeIdentifier
An identifier for the owning type of the property to be added.
- name
Type: System.String
The name of the property to be added to the collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyIdentifierCollection Class
Microsoft.Windows.Design.Model Namespace