言語

Report.GetResource(String, Byte[], String) メソッド

定義

要求されたリソースとそのMIME型を返します。

public:
 bool GetResource(System::String ^ resourcePath, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % resource, [Runtime::InteropServices::Out] System::String ^ % mimeType);
public bool GetResource(string resourcePath, out byte[] resource, out string mimeType);
member this.GetResource : string * Byte[] * string -> bool
Public Function GetResource (resourcePath As String, ByRef resource As Byte(), ByRef mimeType As String) As Boolean

パラメーター

resourcePath
String

回収するリソースの経路。

resource
Byte[]

[アウト]リソースを含むバイト配列です。

mimeType
String

リソースのMIMEタイプを示す String

返品

リソースが正常に取得されたかどうかを示す Boolean 値。

適用対象