ViewItem.ItemType Property
Gets the type of the underlying dependency object that represents this view.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ItemType As Type
Get
public abstract Type ItemType { get; }
public:
virtual property Type^ ItemType {
Type^ get () abstract;
}
abstract ItemType : Type
abstract function get ItemType () : Type
Property Value
Type: System.Type
The Type of the underlying dependency object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.