NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebControlPersister.GetDeclarativeType

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;

Parameters

type
The type of the declarator.
wfdServices
The services interface exposed by the Web Forms designer.

See Also

WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace