Partilhar via


Propriedade HtmlMedia.ReadyState

Obtém o valor de estado pronto de mídia.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property ReadyState As Integer
public virtual int ReadyState { get; }
public:
virtual property int ReadyState {
    int get ();
}
abstract ReadyState : int with get
override ReadyState : int with get
function get ReadyState () : int

Valor de propriedade

Tipo: System.Int32
Retorna Int32.

Segurança do .NET Framework

Consulte também

Referência

HtmlMedia Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting.HtmlControls