Condividi tramite


XamlDirect.SetInt32Property Metodo

Definizione

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

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)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

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

value
Int32

int

Valore Int32 da impostare sulla proprietà specificata.

Si applica a

Vedi anche