SharedStepsReferenceAction.SharedSetSetId 属性

获取或设置共享步骤集的标识符。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

声明
Public Property SharedSetSetId As Integer
    Get
    Set
public int SharedSetSetId { get; set; }
public:
property int SharedSetSetId {
    int get ();
    void set (int value);
}
member SharedSetSetId : int with get, set
function get SharedSetSetId () : int
function set SharedSetSetId (value : int)

属性值

类型:System.Int32

备注

设置此属性将引发 PropertyChanged 事件。

.NET Framework 安全性

请参见

参考

SharedStepsReferenceAction 类

Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

PropertyChanged