共用方式為


IPexChoiceSession.ChooseValueNotNull<T>(String) Method

Definition

Returns a value compatible with the type parameter.

public:
generic <typename T>
 where T : class T ChooseValueNotNull(System::String ^ description);
public T ChooseValueNotNull<T> (string description) where T : class;
abstract member ChooseValueNotNull : string -> 'T (requires 'T : null)
Public Function ChooseValueNotNull(Of T As Class) (description As String) As T

Type Parameters

T

Parameters

description
String

The description of the choice.

Returns

T

Applies to