XamlDirect.GetObjectProperty(IXamlDirectObject, XamlPropertyIndex) Méthode
Définition
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.
Obtient la valeur d’une propriété d’objet pour un objet IXamlDirectObject spécifique.
public:
virtual Platform::Object ^ GetObjectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetObjectProperty;
IInspectable GetObjectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public object GetObjectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getObjectProperty(xamlDirectObject, propertyIndex)
Public Function GetObjectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Object
Paramètres
- xamlDirectObject
- IXamlDirectObject
Référence au IXamlDirectObject spécifique.
- propertyIndex
- XamlPropertyIndex
Référence à la propriété d’objet pour obtenir la valeur de à partir de la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .
Retours
valeur de l’objet de la propriété spécifiée.