Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Property UserData As Object
'使用
Dim instance As ITestElement
Dim value As Object
value = instance.UserData
instance.UserData = value
Object UserData { get; set; }
property Object^ UserData {
Object^ get ();
void set (Object^ value);
}
function get UserData () : Object
function set UserData (value : Object)
Property Value
Type: System.Object
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.