Share via


PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider.Item Property

Gets the ModelItem associated with the feature provider.

Namespace:  Microsoft.Windows.Design.Policies
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property Item As ModelItem
    Get
public ModelItem Item { get; }
public:
property ModelItem^ Item {
    ModelItem^ get ();
}
member Item : ModelItem
function get Item () : ModelItem

Property Value

Type: Microsoft.Windows.Design.Model.ModelItem
The ModelItem associated with the feature provider

.NET Framework Security

See Also

Reference

PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider Class

Microsoft.Windows.Design.Policies Namespace