ImageGenerationOptions.StreamingCount 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 o número de imagens de streaming intermediárias a serem geradas.
public:
property Nullable<int> StreamingCount { Nullable<int> get(); void set(Nullable<int> value); };
public int? StreamingCount { get; set; }
member this.StreamingCount : Nullable<int> with get, set
Public Property StreamingCount As Nullable(Of Integer)