共用方式為


BarcodeSymbologies.GetName(UInt32) 方法

定義

以字串的形式傳回條形碼符號類型。

public:
 static Platform::String ^ GetName(unsigned int scanDataType);
 static winrt::hstring GetName(uint32_t const& scanDataType);
public static string GetName(uint scanDataType);
function getName(scanDataType)
Public Shared Function GetName (scanDataType As UInteger) As String

參數

scanDataType
UInt32

unsigned int

uint32_t

條碼符號類型。

傳回

String

Platform::String

winrt::hstring

條碼符號類型做為字串。

適用於

另請參閱