Description
The SlFullClassName
property returns the full class name of a Silverlight application object. The full class name includes the namespace that the class belongs to and the class name itself. Examples of full class names are System.Windows.Controls.RadioButton
, System.Windows.Controls.Primitives.ToggleButton
, System.Windows.Controls.TreeViewItem
, etc.
Declaration
TestObj.SlFullClassName
Read-Only Property | String |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
All Silverlight application objects.
View Mode
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Property Value
The string holding the full class name (including the namespace) of a desired object.
Remarks
To get the short class name (without the namespace), use the SlClassName
property.
The SlFullClassName
property is only available if the Silverlight Application Support plugin is installed. Otherwise, this property is absent in the object’s property list.
See Also
Addressing Objects of In-Browser Silverlight Applications
SlClassName Property