ProviderBase.Features Property
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.Providers.Package
Assembly: Microsoft.OneGet (in Microsoft.OneGet.dll)
Usage
'Usage
Dim instance As ProviderBase(Of T)
Dim value As IReadOnlyDictionary(Of String, List(Of String))
value = instance.Features
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods", Justification:="This is required for the PowerShell Providers.")> _
Public ReadOnly Property Features As IReadOnlyDictionary(Of String, List(Of String))
[SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods", Justification="This is required for the PowerShell Providers.")]
public IReadOnlyDictionary<string,List<string>> Features { get; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1721:PropertyNamesShouldNotMatchGetMethods", Justification=L"This is required for the PowerShell Providers.")]
public:
property IReadOnlyDictionary<String^, List<String^>^>^ Features {
IReadOnlyDictionary<String^, List<String^>^>^ get ();
}
/** @property */
public IReadOnlyDictionary<String,List<String>> get_Features ()
public function get Features () : IReadOnlyDictionary<String,List<String>>
Property Value
Returns IReadOnlyDictionary.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
ProviderBase Generic Class
ProviderBase Members
Microsoft.OneGet.Providers.Package Namespace