Freigeben über


IContextProperty-Schnittstelle

Diese Schnittstelle unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Erfasst Namensinformationen aus der Kontexteigenschaft und bestimmt, ob der neue Kontext für die Kontexteigenschaft geeignet ist.

Namespace: System.Runtime.Remoting.Contexts
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Interface IContextProperty
'Usage
Dim instance As IContextProperty
[ComVisibleAttribute(true)] 
public interface IContextProperty
[ComVisibleAttribute(true)] 
public interface class IContextProperty
/** @attribute ComVisibleAttribute(true) */ 
public interface IContextProperty
ComVisibleAttribute(true) 
public interface IContextProperty

Hinweise

Die IContextProperty-Schnittstelle wird von der Eigenschaft verfügbar gemacht, die einem Kontext über ein Attribut bereitgestellt wird. Sie wird standardmäßig auch von der ContextAttribute-Basisklasse implementiert, von der Context-Attributklassen abgeleitet werden können.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

IContextProperty-Member
System.Runtime.Remoting.Contexts-Namespace