JSObject.GetPropertyAsByteArray(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果屬性存在,則傳回指定屬性的值做為 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 擲回 。