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
- 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