Condividi tramite


XamlDirect.GetDurationProperty(IXamlDirectObject, XamlPropertyIndex) Metodo

Definizione

Ottiene il valore di una proprietà Duration per un oggetto IXamlDirectObject specifico.

Duration GetDurationProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Duration GetDurationProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getDurationProperty(xamlDirectObject, propertyIndex)
Public Function GetDurationProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Duration

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Duration per ottenere il valore di dall'elenco delle proprietà supportate in XamlPropertyIndex enumerazione.

Restituisce

Valore di durata della proprietà specificata.

Si applica a

Vedi anche