Partager via


XamlDirect.GetInt32Property(IXamlDirectObject, XamlPropertyIndex) Méthode

Définition

Obtient la valeur d’une propriété Int32 pour un IXamlDirectObject spécifique.

public:
 virtual int GetInt32Property(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetInt32Property;
int GetInt32Property(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public int GetInt32Property(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getInt32Property(xamlDirectObject, propertyIndex)
Public Function GetInt32Property (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Integer

Paramètres

xamlDirectObject
IXamlDirectObject

Référence à l’objet IXamlDirectObject spécifique.

propertyIndex
XamlPropertyIndex

Référence à la propriété Int32 pour obtenir la valeur de à partir de la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .

Retours

Int32

int

Valeur Int32 de la propriété spécifiée.

S’applique à

Voir aussi