Bagikan melalui


XamlDirect.SetInt32Property Metode

Definisi

Mengatur nilai properti Int32 untuk IXamlDirectObject tertentu.

public:
 virtual void SetInt32Property(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, int value) = SetInt32Property;
void SetInt32Property(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, int const& value);
public void SetInt32Property(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, int value);
function setInt32Property(xamlDirectObject, propertyIndex, value)
Public Sub SetInt32Property (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Integer)

Parameter

xamlDirectObject
IXamlDirectObject

Referensi ke IXamlDirectObject tertentu.

propertyIndex
XamlPropertyIndex

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

value
Int32

int

Nilai Int32 untuk diatur ke properti yang ditentukan.

Berlaku untuk

Lihat juga