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
- 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