SearchCondition.Name 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 CatalogItem 中可搜尋的屬性名稱。
public:
property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String
屬性值
string 值,表示可搜尋屬性的名稱。
備註
您可以在這裡指定的屬性,會視的值而定 Condition 。 如需可搭配何種搜尋條件使用之屬性的詳細資訊,請參閱 ConditionEnum 。
可搜尋的屬性為:
All 屬性是用來指定搜尋文字可搜尋的中繼資料。 它無法與 Name 和 Description 屬性搜尋合併。
中的下列中繼資料 ItemMetadata 也可供搜尋: ComponentID 和 Subtype 。