_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
A_1
Type: System.String
A_2
Type: System.Boolean
Implements
_dispDocumentEvents.DocumentOpening(String, Boolean)
.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.