通过


VectorData.Bytes 属性

定义

获取或设置向量数据。

public:
 property cli::array <System::Byte> ^ Bytes { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] Bytes { get; set; }
member this.Bytes : byte[] with get, set
Public Property Bytes As Byte()

属性值

Byte[]

向量数据。

适用于