Méthode | Description | |
---|---|---|
Equals ( object property1, object property2 ) : bool |
Compares the specified property values to see if they are equal.
|
|
ProgrammaticName ( |
Gets the programmatic name for the specified automation property.
|
|
ToString ( object property ) : string |
Gets the string representation of the specified automation property value.
|
public static Equals ( object property1, object property2 ) : bool | ||
property1 | object | The first property. |
property2 | object | The second property. |
Résultat | bool |
public static ProgrammaticName ( |
||
property | The automation property. | |
Résultat | string |
public static ToString ( object property ) : string | ||
property | object | The property. |
Résultat | string |