Raises an OnProjectPropertyChanged event.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Sub RaiseProjectPropertyChanged ( _
propertyName As String, _
oldValue As String, _
newValue As String _
)
'使用
Dim propertyName As String
Dim oldValue As String
Dim newValue As String
Me.RaiseProjectPropertyChanged(propertyName, _
oldValue, newValue)
protected void RaiseProjectPropertyChanged(
string propertyName,
string oldValue,
string newValue
)
protected:
void RaiseProjectPropertyChanged(
String^ propertyName,
String^ oldValue,
String^ newValue
)
protected function RaiseProjectPropertyChanged(
propertyName : String,
oldValue : String,
newValue : String
)
Parameters
propertyName
Type: System.StringThe name of the property that changed.
oldValue
Type: System.StringThe old value of the property.
newValue
Type: System.StringThe new value of the property.
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.