Freigeben über


ImportedFromTypeLibAttribute.Value-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den Namen der ursprünglichen Typbibliotheksdatei an.

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

Syntax

public string Value { get; }
public:
property String^ Value {
    String^ get();
}
member Value : string with get
Public ReadOnly Property Value As String

Eigenschaftswert

Type: System.String

Der Name der ursprünglichen Typbibliotheksdatei an.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

ImportedFromTypeLibAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang