JSObject.GetPropertyAsInt32(String) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la valeur de la propriété comme Int32 si la propriété existait, sinon 0.
public:
int GetPropertyAsInt32(System::String ^ propertyName);
public int GetPropertyAsInt32 (string propertyName);
member this.GetPropertyAsInt32 : string -> int
Public Function GetPropertyAsInt32 (propertyName As String) As Integer
- propertyName
- String
Nom de la propriété.
Valeur de la propriété avec le nom spécifié.
La valeur de la propriété n’est pas un entier.
Cette méthode lève un JSException lorsque la valeur de la propriété n’est pas un entier.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :