MatchProperties.Properties Property

Definition

Collection of matched properties

public:
 property System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Evaluator::MatchProperty> ^ Properties { System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Evaluator::MatchProperty> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty> Properties { get; }
member this.Properties : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty>
Public ReadOnly Property Properties As IReadOnlyCollection(Of MatchProperty)

Property Value

Applies to