SdkResultItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SdkResultItem() | |
SdkResultItem(String, Dictionary<String,String>) |
Creates an SdkResultItem |
SdkResultItem()
- Source:
- SdkResultItem.cs
public:
SdkResultItem();
public SdkResultItem ();
Public Sub New ()
Applies to
SdkResultItem(String, Dictionary<String,String>)
- Source:
- SdkResultItem.cs
Creates an SdkResultItem
public:
SdkResultItem(System::String ^ itemSpec, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ metadata);
public SdkResultItem (string itemSpec, System.Collections.Generic.Dictionary<string,string> metadata);
public SdkResultItem (string itemSpec, System.Collections.Generic.Dictionary<string,string>? metadata);
new Microsoft.Build.Framework.SdkResultItem : string * System.Collections.Generic.Dictionary<string, string> -> Microsoft.Build.Framework.SdkResultItem
Public Sub New (itemSpec As String, metadata As Dictionary(Of String, String))
Parameters
- itemSpec
- String
The value (itemspec) for the item
- metadata
- Dictionary<String,String>
A dictionary of item metadata. This should be created with OrdinalIgnoreCase for the comparer.