ActivationChangeEventArgs.ActivatingComponentsInfo Property

Definition

The OLECRINFO of the component being activated if ActivatedComponent is not null, otherwise null.

public:
 property Nullable<Microsoft::VisualStudio::OLE::Interop::OLECRINFO> ActivatingComponentsInfo { Nullable<Microsoft::VisualStudio::OLE::Interop::OLECRINFO> get(); };
public Microsoft.VisualStudio.OLE.Interop.OLECRINFO? ActivatingComponentsInfo { get; }
member this.ActivatingComponentsInfo : Nullable<Microsoft.VisualStudio.OLE.Interop.OLECRINFO>
Public ReadOnly Property ActivatingComponentsInfo As Nullable(Of OLECRINFO)

Property Value

Applies to