Freigeben über


InterfaceQueuingAttribute-Konstruktor ()

Initialisiert eine neue Instanz der InterfaceQueuingAttribute-Klasse und legt die Enabled-Eigenschaft und die Interface-Eigenschaft auf deren Standardwerte fest.

Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New InterfaceQueuingAttribute
public InterfaceQueuingAttribute ()
public:
InterfaceQueuingAttribute ()
public InterfaceQueuingAttribute ()
public function InterfaceQueuingAttribute ()

Hinweise

In der folgenden Tabelle werden die anfänglichen Eigenschaftenwerte für eine Instanz von InterfaceQueuingAttribute aufgeführt.

Eigenschaft

Wert

Enabled

true

Interface

NULL (Nothing in Visual Basic)

Beispiel

Im folgenden Codebeispiel wird ein neues InterfaceQueuingAttribute erstellt.

<InterfaceQueuing()>  _
Public Interface IInterfaceQueuingAttribute_Ctor
End Interface 'IInterfaceQueuingAttribute_Ctor
[InterfaceQueuing]
public interface IInterfaceQueuingAttribute_Ctor
{
}
[InterfaceQueuing]
interface class IInterfaceQueuingAttribute_Ctor{};
/** @attribute InterfaceQueuing()
 */
public interface IInterfaceQueuingAttribute_Ctor
{
} //IInterfaceQueuingAttribute_Ctor

.NET Framework-Sicherheit

  • Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter .

Plattformen

Windows 98, Windows 2000 SP4, 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

InterfaceQueuingAttribute-Klasse
InterfaceQueuingAttribute-Member
System.EnterpriseServices-Namespace