Feature Constructor (String, String[])

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.MetaProvider.PowerShell
Assembly: Microsoft.OneGet.MetaProvider.PowerShell (in Microsoft.OneGet.MetaProvider.PowerShell.dll)

Usage

'Usage
Dim name As String
Dim values As String()

Dim instance As New Feature(name, values)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    values As String() _
)
public Feature (
    string name,
    string[] values
)
public:
Feature (
    String^ name, 
    array<String^>^ values
)
public Feature (
    String name, 
    String[] values
)
public function Feature (
    name : String, 
    values : String[]
)

Parameters

  • name
  • values

Platforms

Target Platforms

See Also

Reference

Feature Class
Feature Members
Microsoft.OneGet.MetaProvider.PowerShell Namespace