Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the item associated with this feature provider.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property Item As ModelItem
'Usage
Dim instance As PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider
Dim value As ModelItem
value = instance.Item
public ModelItem Item { get; }
public:
property ModelItem^ Item {
ModelItem^ get ();
}
public function get Item () : ModelItem
Property Value
Type: Microsoft.Windows.Design.Model.ModelItem
The ModelItem associated with the FeatureProvider 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
PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider Class
PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider Members
Microsoft.Windows.Design.Features Namespace
FeatureConnector<TFeatureProviderType>