Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
- 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