Balloon.Private 属性

定义

返回或设置一个整数,用于标识启动回调过程的 Office 助手气球。

public:
 property int Private { int get(); void set(int value); };
public int Private { get; set; }
member this.Private : int with get, set
Public Property Private As Integer

属性值

注解

本主题中的某些内容可能不适用于某些语言。

如果从多个气球运行相同的回调过程,则此属性非常有用。

适用于