Share via


AssemblyReferences.ItemType Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a key in the context item manager that is used to determine what type of context item this object is.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Overrides NotOverridable ReadOnly Property ItemType As Type
    Get
public override sealed Type ItemType { get; }
public:
virtual property Type^ ItemType {
    Type^ get () override sealed;
}
abstract ItemType : Type
override ItemType : Type
override final function get ItemType () : Type

Property Value

Type: System.Type
A key in the context item manager that is used to determine what type of context item this object is.

.NET Framework Security

See Also

Reference

AssemblyReferences Class

Microsoft.Windows.Design Namespace

Other Resources

WPF Designer Extensibility