Condividi tramite


XamlDirect.SetTimeSpanProperty Metodo

Definizione

Imposta il valore di una proprietà TimeSpan per un oggetto IXamlDirectObject specifico.

public:
 virtual void SetTimeSpanProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, TimeSpan value) = SetTimeSpanProperty;
void SetTimeSpanProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, TimeSpan const& value);
public void SetTimeSpanProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, System.TimeSpan value);
function setTimeSpanProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetTimeSpanProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As TimeSpan)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà TimeSpan per impostare il valore di dall'elenco delle proprietà supportate nell'enumerazione XamlPropertyIndex .

value
TimeSpan TimeSpan

Valore TimeSpan da impostare sulla proprietà specificata.

Si applica a

Vedi anche