Condividi tramite


XamlDirect.GetInt32Property(IXamlDirectObject, XamlPropertyIndex) Metodo

Definizione

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

public:
 virtual int GetInt32Property(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetInt32Property;
int GetInt32Property(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public int GetInt32Property(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getInt32Property(xamlDirectObject, propertyIndex)
Public Function GetInt32Property (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Integer

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

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

Restituisce

Int32

int

Valore Int32 della proprietà specificata.

Si applica a

Vedi anche