Dela via


StringSourceModifier Class

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

A version of a source modifier that modifies a string.

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

Syntax

'Declaration
Public Class StringSourceModifier _
    Inherits SourceModifier
'Usage
Dim instance As StringSourceModifier
public class StringSourceModifier : SourceModifier
public ref class StringSourceModifier : public SourceModifier
public class StringSourceModifier extends SourceModifier

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.SourceUpdate.SourceModifier
    Microsoft.Windows.Design.SourceUpdate.StringSourceModifier

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

StringSourceModifier Members

Microsoft.Windows.Design.SourceUpdate Namespace

Other Resources

WPF Designer Extensibility