Bagikan melalui


XamlDirect.SetTimeSpanProperty Metode

Definisi

Mengatur nilai properti TimeSpan untuk IXamlDirectObject tertentu.

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)

Parameter

xamlDirectObject
IXamlDirectObject

Referensi ke IXamlDirectObject tertentu.

propertyIndex
XamlPropertyIndex

Referensi ke properti TimeSpan untuk mengatur nilai dari daftar properti yang didukung di enum XamlPropertyIndex .

value
TimeSpan TimeSpan

Nilai TimeSpan untuk diatur ke properti yang ditentukan.

Berlaku untuk

Lihat juga