Item

SmartTagPropertyCollection indexer (1 of 2)

Ottiene aSmartTagProperty oggetto.

public SmartTagProperty this[int index] { get; }
ParametroDescrizione
indexL’indice

Valore di ritorno

Restituisce unSmartTagProperty oggetto.

Guarda anche


SmartTagPropertyCollection indexer (2 of 2)

Ottiene aSmartTagProperty oggetto dal nome della proprietà.

public SmartTagProperty this[string name] { get; }
ParametroDescrizione
nameIl nome della proprietà.

Valore di ritorno

Restituisce unSmartTagProperty oggetto.

Guarda anche