Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Sub OnChanged ( _
dispid As Integer _
)
'使用
Dim instance As NestedProjectNode
Dim dispid As Integer
instance.OnChanged(dispid)
public virtual void OnChanged(
int dispid
)
public:
virtual void OnChanged(
int dispid
)
public function OnChanged(
dispid : int
)
Parameters
- dispid
Type: System.Int32
Implements
IPropertyNotifySink.OnChanged(Int32)
Permissions
- 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.