HostItemChangedEventArgs.IChangedEventArgs.OldValue Property
Gets the old property value.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
Private ReadOnly Property OldValue As String
Implements IChangedEventArgs.OldValue
'Usage
Dim instance As HostItemChangedEventArgs
Dim value As String
value = CType(instance, IChangedEventArgs).OldValue
string IChangedEventArgs.OldValue { get; }
private:
virtual property String^ OldValue {
String^ get () sealed = IChangedEventArgs::OldValue::get;
}
JScript does not support explicit interface implementations.
Property Value
Type: System.String
The old property value.
Implements
.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
HostItemChangedEventArgs Class
HostItemChangedEventArgs Members
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace