ActionableSolutionListener.OnAfterAsynchOpenProject Method
Called after the project is opened.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overrides Function OnAfterAsynchOpenProject ( _
hierarchy As IVsHierarchy, _
added As Integer _
) As Integer
'Usage
Dim instance As ActionableSolutionListener
Dim hierarchy As IVsHierarchy
Dim added As Integer
Dim returnValue As Integer
returnValue = instance.OnAfterAsynchOpenProject(hierarchy, _
added)
public override int OnAfterAsynchOpenProject(
IVsHierarchy hierarchy,
int added
)
public:
virtual int OnAfterAsynchOpenProject(
IVsHierarchy^ hierarchy,
int added
) override
public override function OnAfterAsynchOpenProject(
hierarchy : IVsHierarchy,
added : int
) : int
abstract OnAfterAsynchOpenProject :
hierarchy:IVsHierarchy *
added:int -> int
override OnAfterAsynchOpenProject :
hierarchy:IVsHierarchy *
added:int -> int
Parameters
- hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
The hierarchy of the project being opened
- added
Type: System.Int32
Specifies whether the project is added after the solution is opened
Return Value
Type: System.Int32
Implements
IVsSolutionEvents4.OnAfterAsynchOpenProject(IVsHierarchy, Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ActionableSolutionListener Class
ActionableSolutionListener Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace