SearchRequest.Attributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Attributes 屬性 (Property) 包含要求之物件的屬性 (Attribute)。
public:
property System::Collections::Specialized::StringCollection ^ Attributes { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection Attributes { get; }
member this.Attributes : System.Collections.Specialized.StringCollection
Public ReadOnly Property Attributes As StringCollection
屬性值
要求之物件的屬性。 將此屬性 (Property) 設定為 null
,以擷取所有屬性 (Attribute)。
例外狀況
StringCollection 物件中的其中一個字串是 null 參考 (在 Visual Basic 中為 Nothing
)。