Bagikan melalui


XamlDirect.GetEnumProperty(IXamlDirectObject, XamlPropertyIndex) Metode

Definisi

Mendapatkan nilai properti Enum untuk IXamlDirectObject tertentu.

public:
 virtual unsigned int GetEnumProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetEnumProperty;
uint32_t GetEnumProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public uint GetEnumProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getEnumProperty(xamlDirectObject, propertyIndex)
Public Function GetEnumProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As UInteger

Parameter

xamlDirectObject
IXamlDirectObject

Referensi ke IXamlDirectObject tertentu.

propertyIndex
XamlPropertyIndex

Referensi ke properti Enum untuk mendapatkan nilai dari daftar properti yang didukung di enum XamlPropertyIndex .

Mengembalikan

UInt32

unsigned int

uint32_t

Nilai UInt32 dari properti yang ditentukan yang dapat ditransmisikan ke jenis Enum yang diinginkan.

Berlaku untuk

Lihat juga