MatchPropertyResult Constructor
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.
Initializes a new instance of the MatchPropertyResult class.
public:
MatchPropertyResult(Tuple<Microsoft::VisualStudio::Workspace::Evaluator::IPropertyEvaluator ^, Microsoft::VisualStudio::Workspace::Evaluator::IPropertyEvaluatorMetadata ^> ^ providerInfo, Microsoft::VisualStudio::Workspace::Evaluator::MatchProperty property);
public MatchPropertyResult (Tuple<Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluator,Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorMetadata> providerInfo, Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty property);
new Microsoft.VisualStudio.Workspace.Evaluator.MatchPropertyResult : Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluator * Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorMetadata * Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty -> Microsoft.VisualStudio.Workspace.Evaluator.MatchPropertyResult
Public Sub New (providerInfo As Tuple(Of IPropertyEvaluator, IPropertyEvaluatorMetadata), property As MatchProperty)
Parameters
- providerInfo
- Tuple<IPropertyEvaluator,IPropertyEvaluatorMetadata>
The provider evalutor info
- property
- MatchProperty
The match property