Gets the delarative type for the specified type.
[Visual Basic] Protected Shared Function GetDeclarativeType( _ ByVal type As Type, _ ByVal wfdServices As IWebFormServices _ ) As String [C#] protected static string GetDeclarativeType( Type type, IWebFormServices wfdServices ); [C++] protected: static String* GetDeclarativeType( Type* type, IWebFormServices* wfdServices ); [JScript] protected static function GetDeclarativeType( type : Type, wfdServices : IWebFormServices ) : String;
WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace