ComVariant.Create<T>(T) Méthode

Définition

public:
generic <typename T>
 static System::Runtime::InteropServices::Marshalling::ComVariant Create(T value);
public static System.Runtime.InteropServices.Marshalling.ComVariant Create<T> (T value);
static member Create : 'T -> System.Runtime.InteropServices.Marshalling.ComVariant
Public Shared Function Create(Of T) (value As T) As ComVariant

Paramètres de type

T

Paramètres

value
T

Retours

S’applique à