ByteValue Construtores
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.
Sobrecargas
ByteValue() |
Inicializa uma nova instância da ByteValue classe. |
ByteValue(ByteValue) |
Inicializa uma nova instância da ByteValue classe copiando profundamente a classe fornecida ByteValue . |
ByteValue(Byte) |
Inicializa uma nova instância da ByteValue classe usando o valor fornecido Byte . |
ByteValue()
Inicializa uma nova instância da ByteValue classe.
public ByteValue ();
Public Sub New ()
Aplica-se a
ByteValue(ByteValue)
public ByteValue (DocumentFormat.OpenXml.ByteValue source);
new DocumentFormat.OpenXml.ByteValue : DocumentFormat.OpenXml.ByteValue -> DocumentFormat.OpenXml.ByteValue
Public Sub New (source As ByteValue)