BuildResult.Item[String] Property
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.
Indexer which sets or returns results for the specified target
public:
property Microsoft::Build::Execution::ITargetResult ^ default[System::String ^] { Microsoft::Build::Execution::ITargetResult ^ get(System::String ^ target); };
public Microsoft.Build.Execution.ITargetResult this[string target] { get; }
member this.Item(string) : Microsoft.Build.Execution.ITargetResult
Default Public ReadOnly Property Item(target As String) As ITargetResult
Parameters
- target
- String
The target
Property Value
The results for the specified target
Remarks
Throws a KeyNotFoundException
if the given target doesn't exist in this build result.