StyleCollection::GetKnownTypes Method ()

 
Use BaseTrue

Gets an array of the IStateManager types that the StyleCollection can contain.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual array<Type^>^ GetKnownTypes() override

Return Value

Type: array<System::Type^>^

An array containing one Type object for the Style class, which indicates that the StyleCollection can contain Style objects.

.NET Framework
Available since 2.0
Return to top
Show: