INavigateToFilterParameters.Kinds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
NavigateToItem如果包含在此集合中,则搜索仅添加一个 NavigateToItemKind ; 如果集合为空,则为。
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)