ProvenanceResult Class
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.
Data class representing a result from GetItemProvenance(String) and its overloads.
public ref class ProvenanceResult
public class ProvenanceResult
type ProvenanceResult = class
Public Class ProvenanceResult
- Inheritance
-
ProvenanceResult
Constructors
ProvenanceResult(ProjectItemElement, Operation, Provenance, Int32) |
Initializes an instance of the ProvenanceResult class. |
Properties
ItemElement |
Gets the ProjectItemElement that contains the operation. |
Occurrences |
Gets the number of occurrences of the item. |
Operation |
Gets the Operation that was performed. |
Provenance |
Gets the Provenance of how the item appeared in the operation. |