Freigeben über


TypeIdentifierAttribute.Scope-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den Wert der scope -Parameter, der übergeben wurde die TypeIdentifierAttribute(String, String) Konstruktor.

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

Syntax

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

Eigenschaftswert

Type: System.String

Der Wert, der des Konstruktors scope Parameter.

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 4.0
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Windows Phone
Verfügbar seit 8.1

Siehe auch

TypeIdentifierAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang