ITextRangeProvider.GetAttributeValue(Int32) 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.
Récupère la valeur de l’ID d’attribut spécifié dans la plage de texte.
public:
Platform::Object ^ GetAttributeValue(int attributeId);
IInspectable GetAttributeValue(int const& attributeId);
public object GetAttributeValue(int attributeId);
function getAttributeValue(attributeId)
Public Function GetAttributeValue (attributeId As Integer) As Object
Paramètres
- attributeId
-
Int32
int
ID d’attribut de texte.
Retours
Récupère un objet qui représente la valeur de l’attribut spécifié.