点击或拖拽改变大小

DialogPostAction 方法

Post a question answer. After this call, this instance won't be valid anymore QuestionCb

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public bool PostAction(
	int actionIndex
)

参数

actionIndex
类型:SystemInt32
1 for action1, 2 for action2

返回值

类型:Boolean
return true on success, false otherwise
参见