BStrWrapper Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BStrWrapper(Object) |
Initialise une nouvelle instance de la classe BStrWrapper avec l'objet Object spécifié. |
BStrWrapper(String) |
Initialise une nouvelle instance de la classe BStrWrapper avec l'objet String spécifié. |
BStrWrapper(Object)
- Source:
- BStrWrapper.cs
- Source:
- BStrWrapper.cs
- Source:
- BStrWrapper.cs
Initialise une nouvelle instance de la classe BStrWrapper avec l'objet Object spécifié.
public:
BStrWrapper(System::Object ^ value);
public BStrWrapper (object value);
public BStrWrapper (object? value);
new System.Runtime.InteropServices.BStrWrapper : obj -> System.Runtime.InteropServices.BStrWrapper
Public Sub New (value As Object)
Paramètres
- value
- Object
Objet à inclure dans un wrapper et à marshaler en tant que VT_BSTR
.
S’applique à
BStrWrapper(String)
- Source:
- BStrWrapper.cs
- Source:
- BStrWrapper.cs
- Source:
- BStrWrapper.cs
Initialise une nouvelle instance de la classe BStrWrapper avec l'objet String spécifié.
public:
BStrWrapper(System::String ^ value);
public BStrWrapper (string value);
public BStrWrapper (string? value);
new System.Runtime.InteropServices.BStrWrapper : string -> System.Runtime.InteropServices.BStrWrapper
Public Sub New (value As String)
Paramètres
- value
- String
Objet à inclure dans un wrapper et à marshaler en tant que VT_BSTR
.