次の方法で共有


ReportColor.Parse メソッド

文字列を ReportColor オブジェクトとして解析します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Shared Function Parse ( _
    s As String, _
    provider As IFormatProvider _
) As ReportColor
'使用
Dim s As String 
Dim provider As IFormatProvider 
Dim returnValue As ReportColor 

returnValue = ReportColor.Parse(s, provider)
public static ReportColor Parse(
    string s,
    IFormatProvider provider
)
public:
static ReportColor Parse(
    String^ s, 
    IFormatProvider^ provider
)
static member Parse : 
        s:string * 
        provider:IFormatProvider -> ReportColor
public static function Parse(
    s : String, 
    provider : IFormatProvider
) : ReportColor

パラメーター

  • provider
    型: System.IFormatProvider
    文字列を解析するための書式設定情報を提供します。

戻り値

型: Microsoft.ReportingServices.RdlObjectModel.ReportColor
ReportColor オブジェクト。

関連項目

参照

ReportColor 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間