RequiresContextItemAttribute.ContextItemType Property
Gets the context item type the class requires.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property ContextItemType As Type
'Usage
Dim instance As RequiresContextItemAttribute
Dim value As Type
value = instance.ContextItemType
public Type ContextItemType { get; }
public:
property Type^ ContextItemType {
Type^ get ();
}
public function get ContextItemType () : Type
Property Value
Type: System.Type
A Type that indicates the ContextItem type the class requires.
.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
RequiresContextItemAttribute Class
RequiresContextItemAttribute Members
Microsoft.Windows.Design Namespace
FeatureConnector<TFeatureProviderType>