DirectoryAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine Instanz der DirectoryAttribute-Klasse.
Überlädt
DirectoryAttribute() |
Der DirectoryAttribute() -Konstruktor erstellt eine Instanz der DirectoryAttribute -Klasse. |
DirectoryAttribute(String, Byte[]) |
Der DirectoryAttribute(String, Byte[])-Konstruktor erstellt mithilfe des angegebenen Attributnamens und des angegebenen Werts eine Instanz der DirectoryAttribute-Klasse. |
DirectoryAttribute(String, Object[]) |
Der DirectoryAttribute(String, Object[])-Konstruktor erstellt mithilfe des angegebenen Attributnamens und der angegebenen Werte eine Instanz der DirectoryAttribute-Klasse. |
DirectoryAttribute(String, String) |
Der DirectoryAttribute(String, String)-Konstruktor erstellt mithilfe des angegebenen Attributnamens und des angegebenen Werts eine Instanz der DirectoryAttribute-Klasse. |
DirectoryAttribute(String, Uri) |
Der DirectoryAttribute(String, Uri)-Konstruktor erstellt mithilfe des angegebenen Attributnamens und des angegebenen Werts eine Instanz der DirectoryAttribute-Klasse. |
DirectoryAttribute()
- Quelle:
- DirectoryAttribute.cs
- Quelle:
- DirectoryAttribute.cs
- Quelle:
- DirectoryAttribute.cs
Der DirectoryAttribute() -Konstruktor erstellt eine Instanz der DirectoryAttribute -Klasse.
public:
DirectoryAttribute();
public DirectoryAttribute ();
Public Sub New ()
Gilt für:
DirectoryAttribute(String, Byte[])
- Quelle:
- DirectoryAttribute.cs
- Quelle:
- DirectoryAttribute.cs
- Quelle:
- DirectoryAttribute.cs
Der DirectoryAttribute(String, Byte[])-Konstruktor erstellt mithilfe des angegebenen Attributnamens und des angegebenen Werts eine Instanz der DirectoryAttribute-Klasse.
public:
DirectoryAttribute(System::String ^ name, cli::array <System::Byte> ^ value);
public DirectoryAttribute (string name, byte[] value);
new System.DirectoryServices.Protocols.DirectoryAttribute : string * byte[] -> System.DirectoryServices.Protocols.DirectoryAttribute
Public Sub New (name As String, value As Byte())
Parameter
- name
- String
Der Attributname.
- value
- Byte[]
Der Attributwert.
Ausnahmen
name
oder value
enthält einen NULL-Verweis (Nothing
in Visual Basic).
Gilt für:
DirectoryAttribute(String, Object[])
- Quelle:
- DirectoryAttribute.cs
- Quelle:
- DirectoryAttribute.cs
- Quelle:
- DirectoryAttribute.cs
Der DirectoryAttribute(String, Object[])-Konstruktor erstellt mithilfe des angegebenen Attributnamens und der angegebenen Werte eine Instanz der DirectoryAttribute-Klasse.
public:
DirectoryAttribute(System::String ^ name, ... cli::array <System::Object ^> ^ values);
public DirectoryAttribute (string name, params object[] values);
new System.DirectoryServices.Protocols.DirectoryAttribute : string * obj[] -> System.DirectoryServices.Protocols.DirectoryAttribute
Public Sub New (name As String, ParamArray values As Object())
Parameter
- name
- String
Der Attributname.
- values
- Object[]
Ein Wertearray für das Attribut.
Ausnahmen
name
oder value
enthält einen NULL-Verweis (Nothing
in Visual Basic).
Ein Element von values
ist nicht vom Typ Zeichenfolge, byte[] oder URI.
Gilt für:
DirectoryAttribute(String, String)
- Quelle:
- DirectoryAttribute.cs
- Quelle:
- DirectoryAttribute.cs
- Quelle:
- DirectoryAttribute.cs
Der DirectoryAttribute(String, String)-Konstruktor erstellt mithilfe des angegebenen Attributnamens und des angegebenen Werts eine Instanz der DirectoryAttribute-Klasse.
public:
DirectoryAttribute(System::String ^ name, System::String ^ value);
public DirectoryAttribute (string name, string value);
new System.DirectoryServices.Protocols.DirectoryAttribute : string * string -> System.DirectoryServices.Protocols.DirectoryAttribute
Public Sub New (name As String, value As String)
Parameter
- name
- String
Der Attributname.
- value
- String
Der Attributwert.
Ausnahmen
name
oder value
enthält einen NULL-Verweis (Nothing
in Visual Basic).
Gilt für:
DirectoryAttribute(String, Uri)
- Quelle:
- DirectoryAttribute.cs
- Quelle:
- DirectoryAttribute.cs
- Quelle:
- DirectoryAttribute.cs
Der DirectoryAttribute(String, Uri)-Konstruktor erstellt mithilfe des angegebenen Attributnamens und des angegebenen Werts eine Instanz der DirectoryAttribute-Klasse.
public:
DirectoryAttribute(System::String ^ name, Uri ^ value);
public DirectoryAttribute (string name, Uri value);
new System.DirectoryServices.Protocols.DirectoryAttribute : string * Uri -> System.DirectoryServices.Protocols.DirectoryAttribute
Public Sub New (name As String, value As Uri)
Parameter
- name
- String
Der Attributname.
- value
- Uri
Der Attributwert.
Ausnahmen
name
oder value
enthält einen NULL-Verweis (Nothing
in Visual Basic).