Condividi tramite


IXamlDirect.SetTimeSpanProperty(Object, XamlPropertyIndex, TimeSpan) Metodo

Definizione

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

Questa documentazione si applica a WinUI 2 per la piattaforma UWP (per WinUI nel SDK per app di Windows, vedi gli spazi dei nomi SDK per app di Windows).

public:
 void SetTimeSpanProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, TimeSpan value);
void SetTimeSpanProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, TimeSpan const& value);
public void SetTimeSpanProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, System.TimeSpan value);
Public Sub SetTimeSpanProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As TimeSpan)

Parametri

xamlDirectObject
Object

Platform::Object

IInspectable

Riferimento all'oggetto IXamlDirect specifico.

propertyIndex
XamlPropertyIndex

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

value
TimeSpan TimeSpan

Valore TimeSpan da impostare sulla proprietà specificata.

Si applica a

Vedi anche