TeachingTipClosedEventArgs.Reason 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得常數,指定關閉事件的原因是因為用戶互動 (關閉按鈕按兩下) 、輕關閉或程式設計關閉。
public:
property TeachingTipCloseReason Reason { TeachingTipCloseReason get(); };
TeachingTipCloseReason Reason();
public TeachingTipCloseReason Reason { get; }
var teachingTipCloseReason = teachingTipClosedEventArgs.reason;
Public ReadOnly Property Reason As TeachingTipCloseReason