Dela via


SourceModifier.Reader Property

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

Gets the source reader 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 Reader As ISourceReader
'Usage
Dim value As ISourceReader 

value = Me.Reader
protected ISourceReader Reader { get; }
protected:
property ISourceReader^ Reader {
    ISourceReader^ get ();
}
protected function get Reader () : ISourceReader

Property Value

Type: Microsoft.Windows.Design.SourceUpdate.ISourceReader

Remarks

Reader will return nulla null reference (Nothing in Visual Basic) after the Commit method has been called.

.NET Framework Security

See Also

Reference

SourceModifier Class

SourceModifier Members

Microsoft.Windows.Design.SourceUpdate Namespace

Other Resources

WPF Designer Extensibility