INavigateToFilterParameters.Kinds 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.
The search will only add a NavigateToItem if the NavigateToItemKind is contained within this collection or if the collection is empty.
public:
property System::Collections::Generic::ISet<System::String ^> ^ Kinds { System::Collections::Generic::ISet<System::String ^> ^ get(); };
public System.Collections.Generic.ISet<string> Kinds { get; }
member this.Kinds : System.Collections.Generic.ISet<string>
Public ReadOnly Property Kinds As ISet(Of String)