Compartilhar via


Propriedade VariantWrapper.WrappedObject

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Obtém o objeto encapsulado pelo objeto VariantWrapper.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

public object WrappedObject { get; }
public:
property Object^ WrappedObject {
    Object^ get();
}
member WrappedObject : Object with get
Public ReadOnly Property WrappedObject As Object

Valor da Propriedade

Type: System.Object

O objeto encapsulado pelo VariantWrapper objeto.

Informações de Versão

Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 1.1
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1

Confira Também

Classe VariantWrapper
Namespace System.Runtime.InteropServices

Retornar ao início