XamlDirect.SetInt32Property Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.