Dela via


AddResult Class

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

Used to determine where the text added to a source document is located after the SourceModifier.Commit method has been called and all changes have been applied.

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

Syntax

'Declaration
Public Class AddResult
'Usage
Dim instance As AddResult
public class AddResult
public ref class AddResult
public class AddResult

Remarks

This class is result of an SourceModifier.Add method.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.SourceUpdate.AddResult

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

AddResult Members

Microsoft.Windows.Design.SourceUpdate Namespace

Other Resources

WPF Designer Extensibility