Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Base class for entities and components.
class Microsoft::Azure::RemoteRendering::ObjectBase
The exact type of this object.
auto GetType() const noexcept -> Microsoft::Azure::RemoteRendering::ObjectType;
Whether this object is still valid.
An object is invalid if it has been destroyed or if the connection has been lost. It is an error to call any other function on an invalid object.
auto GetValid() const noexcept -> bool;