Propriedade BStrWrapper.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 String encapsulado para realizar marshaling como o tipo VT_BSTR.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public string WrappedObject { get; }
public:
property String^ WrappedObject {
String^ get();
}
member WrappedObject : string with get
Public ReadOnly Property WrappedObject As String
Valor da Propriedade
Type: System.String
O objeto que é encapsulado por BStrWrapper.
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 2.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1
Confira Também
Classe BStrWrapper
Namespace System.Runtime.InteropServices
Retornar ao início