Dela via


StringSourceChanger Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

String implementation of an ISourceChanger.

Namespace:  Microsoft.Windows.Design.SourceUpdate
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public NotInheritable Class StringSourceChanger _
    Implements ISourceChanger
'Usage
Dim instance As StringSourceChanger
public sealed class StringSourceChanger : ISourceChanger
public ref class StringSourceChanger sealed : ISourceChanger
public final class StringSourceChanger implements ISourceChanger

Remarks

Call the ToString method to get the modified version of the string after the ISourceChanger.Done method is called.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.SourceUpdate.StringSourceChanger

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

StringSourceChanger Members

Microsoft.Windows.Design.SourceUpdate Namespace

Other Resources

WPF Designer Extensibility