Element.ClassId Propriedade
Definição
Obtém ou define um valor usado para identificar uma coleção de elementos semanticamente semelhantes.Gets or sets a value used to identify a collection of semantically similar elements.
public string ClassId { get; set; }
member this.ClassId : string with get, set
Valor da propriedade
Uma cadeia de caracteres que representa a coleção à qual o elemento pertence.A string that represents the collection the element belongs to.
Comentários
Use a propriedade ID de classe para reunir elementos em grupos semanticamente semelhantes para identificação no teste de interface do usuário e em mecanismos de tema.Use the class id property to collect together elements into semantically similar groups for identification in ui testing and in theme engines.