INavigateToItemProvider2.KindsProvided 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.
Lists the kinds this provider will possibly return. This will be used to optimize the filtering by avoiding even calling the provider to search if it knows that nothing will be returned.
public:
property System::Collections::Generic::ISet<System::String ^> ^ KindsProvided { System::Collections::Generic::ISet<System::String ^> ^ get(); };
public System.Collections.Generic.ISet<string> KindsProvided { get; }
member this.KindsProvided : System.Collections.Generic.ISet<string>
Public ReadOnly Property KindsProvided As ISet(Of String)