次の方法で共有


WebFormsReferenceManager.GetTagPrefix(Type) メソッド

定義

指定したオブジェクトの型のタグ プリフィックスを取得します。

public:
 abstract System::String ^ GetTagPrefix(Type ^ objectType);
public abstract string GetTagPrefix (Type objectType);
abstract member GetTagPrefix : Type -> string
Public MustOverride Function GetTagPrefix (objectType As Type) As String

パラメーター

objectType
Type

オブジェクトの型。

戻り値

指定したオブジェクトの型のタグ プリフィックス (存在する場合)。それ以外の場合は null

適用対象

こちらもご覧ください