次の方法で共有


TemplateControl.CreateResourceBasedLiteralControl メソッド

このメンバは、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。

Protected Function CreateResourceBasedLiteralControl( _
   ByVal offset As Integer, _   ByVal size As Integer, _   ByVal fAsciiOnly As Boolean _) As LiteralControl
[C#]
protected LiteralControl CreateResourceBasedLiteralControl(intoffset,intsize,boolfAsciiOnly);
[C++]
protected: LiteralControl* CreateResourceBasedLiteralControl(intoffset,intsize,boolfAsciiOnly);
[JScript]
protected function CreateResourceBasedLiteralControl(
   offset : int,size : int,fAsciiOnly : Boolean) : LiteralControl;

参照

TemplateControl クラス | TemplateControl メンバ | System.Web.UI 名前空間