Table of Contents

Interface IFormDesignerBaseDataSource

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Represents a base Form Designer control's data source.

public interface IFormDesignerBaseDataSource

Properties

DesignedClassFullName

When implemented by a class, gets the fully qualified name of designed class.

IsModified

When implemented by a class, represents a value indicating whether designer content has been modified since last save.

UserCodeLanguage

When implemented by a class, gets the language in which the user code is written.

Methods

InsertTextIntoUserCode(TextInsertionOperation[])

When implemented by a class, inserts specified text fragments into the user code.

OpenUserCodeStreamForReading()

When implemented by a class, opens user code stream with default access mode.

OpenXamlStream(StreamAccessMode)

When implemented by a class, opens XAML stream with specified access mode.

ReplaceTextInXamlCode(TextReplacementOperation[])

When implemented by a class, replaces specified text fragments within the XAML code.