言語

ImageData.Explicit(ImageData to Byte[]) Operator

定義

ImageDataをバイト配列に変換します。

public:
 static explicit operator cli::array <System::Byte> ^(Microsoft::ReportingServices::RdlObjectModel::ImageData value);
public static explicit operator byte[](Microsoft.ReportingServices.RdlObjectModel.ImageData value);
static member op_Explicit : Microsoft.ReportingServices.RdlObjectModel.ImageData -> byte[]
Public Shared Narrowing Operator CType (value As ImageData) As Byte()

パラメーター

value
ImageData

ImageData オブジェクト。

返品

Byte[]

バイト配列。

注釈

この演算子の同等の方法は ?qualifyHint=True&autoUpgrade=False です

適用対象