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

傳回

適用於