다음을 통해 공유


INavigateToItemProvider2.KindsProvided Property

Definition

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)

Property Value

Applies to