SourceModifier.Changer Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the source changer passed into the constructor.
Namespace: Microsoft.Windows.Design.SourceUpdate
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Protected ReadOnly Property Changer As ISourceChanger
'Usage
Dim value As ISourceChanger
value = Me.Changer
protected ISourceChanger Changer { get; }
protected:
property ISourceChanger^ Changer {
ISourceChanger^ get ();
}
protected function get Changer () : ISourceChanger
Property Value
Type: Microsoft.Windows.Design.SourceUpdate.ISourceChanger
Remarks
Changer will return null after the Commit method has been called.
.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
Microsoft.Windows.Design.SourceUpdate Namespace