NewWebUIViewCreatedEventArgs.ActivatedEventArgs 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得導致建立檢視之啟動事件的相關資訊。
public:
property IActivatedEventArgs ^ ActivatedEventArgs { IActivatedEventArgs ^ get(); };
IActivatedEventArgs ActivatedEventArgs();
public IActivatedEventArgs ActivatedEventArgs { get; }
var iActivatedEventArgs = newWebUIViewCreatedEventArgs.activatedEventArgs;
Public ReadOnly Property ActivatedEventArgs As IActivatedEventArgs
屬性值
物件,提供應用程式啟用的相關資訊。