_dispDocumentEvents_SinkHelper.DocumentOpening Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Overridable Sub DocumentOpening ( _
    A_1 As String, _
    A_2 As Boolean _
)
public virtual void DocumentOpening(
    string A_1,
    bool A_2
)
public:
virtual void DocumentOpening(
    String^ A_1, 
    bool A_2
)
abstract DocumentOpening : 
        A_1:string * 
        A_2:bool -> unit 
override DocumentOpening : 
        A_1:string * 
        A_2:bool -> unit 
public function DocumentOpening(
    A_1 : String, 
    A_2 : boolean
)

Parameters

Implements

_dispDocumentEvents.DocumentOpening(String, Boolean)

.NET Framework Security

See Also

Reference

_dispDocumentEvents_SinkHelper Class

EnvDTE Namespace