XamlDirect.GetInt32Property(IXamlDirectObject, XamlPropertyIndex) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of an Int32 property for a specific IXamlDirectObject.
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
Parameters
- xamlDirectObject
- IXamlDirectObject
A reference to the specific IXamlDirectObject.
- propertyIndex
- XamlPropertyIndex
A reference to the Int32 property to get the value of from the list of supported properties in XamlPropertyIndex enum.
Returns
Int32
int
Int32 value of the specified property.