IWebFormReferenceManager.GetTagPrefix(Type) Metoda

Definice

Získá předponu značky pro zadaný typ objektu.

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

Parametry

objectType
Type

Typ objektu.

Návraty

Předpona značky pro zadaný typ objektu, pokud by mohla být umístěna.

Poznámky

Note

Metoda GetTagPrefix je zastaralá. Použijte metodu GetTagPrefix ve WebFormsReferenceManager třídě pro ekvivalentní funkce návrháře.

Platí pro

Viz také