Share via


ComVariant.Create<T>(T) メソッド

定義

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

型パラメーター

T

パラメーター

value
T

戻り値

適用対象