Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For functionality, see OnAfterWebReferenceAdded.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
Sub OnAfterWebReferenceAdded ( _
pDispatch As Object _
)
'Usage
Dim instance As _dispVSLangProjWebReferencesEvents
Dim pDispatch As Object
instance.OnAfterWebReferenceAdded(pDispatch)
void OnAfterWebReferenceAdded(
Object pDispatch
)
void OnAfterWebReferenceAdded(
[InAttribute] Object^ pDispatch
)
function OnAfterWebReferenceAdded(
pDispatch : Object
)
Parameters
pDispatch
Type: System.Object
.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
_dispVSLangProjWebReferencesEvents Interface