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
- 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.
See Also
Reference
Microsoft.Windows.Design Namespace