FocusSettings.Value Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a configuração de valor de foco.
public:
property IReference<unsigned int> ^ Value { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> Value();
void Value(IReference<uint32_t> value);
public System.Nullable<uint> Value { get; set; }
var iReference = focusSettings.value;
focusSettings.value = iReference;
Public Property Value As Nullable(Of UInteger)
Valor da propriedade
A configuração do valor de foco.