ActivationChangeEventArgs.ActivatingComponentsInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)