Propriedade ComAliasNameAttribute.Value
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 alias do campo ou do parâmetro, como encontrado na biblioteca de tipos quando ela foi importada.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public string Value { get; }
public:
property String^ Value {
String^ get();
}
member Value : string with get
Public ReadOnly Property Value As String
Valor da Propriedade
Type: System.String
O alias do campo ou do parâmetro, como encontrado na biblioteca de tipos quando ela foi importada.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Classe ComAliasNameAttribute
Namespace System.Runtime.InteropServices
Retornar ao início