DataBoundLiteralControl.SetDataBoundString(Int32, String) メソッド

定義

データ バインド値を格納している配列に文字列値を代入します。

public:
 void SetDataBoundString(int index, System::String ^ s);
public void SetDataBoundString (int index, string s);
member this.SetDataBoundString : int * string -> unit
Public Sub SetDataBoundString (index As Integer, s As String)

パラメーター

index
Int32

s パラメーター値を保持する、配列内の位置。

s
String

データ バインド式の値を格納している String

適用対象