Freigeben über


XamlDirect.SetInt32Property Methode

Definition

Legt den Wert einer Int32-Eigenschaft für ein bestimmtes IXamlDirectObject fest.

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

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die Int32-Eigenschaft , um den Wert von aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration festzulegen.

value
Int32

int

Int32-Wert , der auf die angegebene Eigenschaft festgelegt werden soll.

Gilt für:

Weitere Informationen