JSObject.GetPropertyAsByteArray(String) 方法

定义

如果属性存在,则返回指定属性的值作为 Byte 数组,否则 null返回 。

public:
 cli::array <System::Byte> ^ GetPropertyAsByteArray(System::String ^ propertyName);
public byte[]? GetPropertyAsByteArray (string propertyName);
member this.GetPropertyAsByteArray : string -> byte[]
Public Function GetPropertyAsByteArray (propertyName As String) As Byte()

参数

propertyName
String

属性的名称。

返回

Byte[]

具有指定名称的属性的值。

例外

属性值不是数组。

注解

当属性值不是数组时,此方法将引发 JSException

适用于