PropertyCollection.Item 屬性 (String)
取得或設定隨指定之屬性名稱一起儲存的第一個屬性值。
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
'宣告
Public Default Property Item ( _
propertyName As String _
) As String
public string this[
string propertyName
] { get; set; }
public:
property String^ default[String^ propertyName] {
String^ get (String^ propertyName);
void set (String^ propertyName, String^ value);
}
member Item :
propertyName:string -> string with get, set
JScript 不支援索引屬性。
參數
- propertyName
型別:System.String
屬性名稱。
屬性值
型別:System.String
隨指定之屬性名稱一起儲存的第一個屬性值。
備註
這個屬性可藉由使用下列語法來提供存取集合中特定元素的能力:myCollection["Property Name"]。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。