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 to determine what type of context item this object is.

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

Syntax

'Declaration
Public Overrides NotOverridable ReadOnly Property ItemType As Type
'Usage
Dim instance As AssemblyReferences 
Dim value As Type 

value = instance.ItemType
public override sealed Type ItemType { get; }
public:
virtual property Type^ ItemType {
    Type^ get () override sealed;
}
public override final function get ItemType () : Type

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

AssemblyReferences Class

AssemblyReferences Members

Microsoft.Windows.Design Namespace

Other Resources

WPF Designer Extensibility