Dela via


StringSourceReader Class

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

Implementation of a ISourceReader for a string.

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

Syntax

'Declaration
Public NotInheritable Class StringSourceReader _
    Inherits MarshalByRefObject _
    Implements ISourceReader
'Usage
Dim instance As StringSourceReader
public sealed class StringSourceReader : MarshalByRefObject, 
    ISourceReader
public ref class StringSourceReader sealed : public MarshalByRefObject, 
    ISourceReader
public final class StringSourceReader extends MarshalByRefObject implements ISourceReader

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.Windows.Design.SourceUpdate.StringSourceReader

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

StringSourceReader Members

Microsoft.Windows.Design.SourceUpdate Namespace

Other Resources

WPF Designer Extensibility