SharedStepsReferenceAction.SharedSetSetId Propriedade
Obtém ou define o identificador do conjunto de etapas compartilhadas.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
public int SharedSetSetId { get; set; }
public:
property int SharedSetSetId {
int get();
void set(int value);
}
member SharedSetSetId : int with get, set
Public Property SharedSetSetId As Integer
Valor de propriedade
Type: System.Int32
Comentários
Configuração desta propriedade eleva o PropertyChanged evento.
Consulte também
PropertyChanged
Classe SharedStepsReferenceAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo