Dela via


CommitResult Class

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

Base class for results of committing a modification.

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

Syntax

'Declaration
Public MustInherit Class CommitResult
'Usage
Dim instance As CommitResult
public abstract class CommitResult
public ref class CommitResult abstract
public abstract class CommitResult

Remarks

This class is used by the ModifiableDocumentTree class as the result of the CommitModifications method.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Documents.Trees.CommitResult
    Microsoft.Windows.Design.Documents.Trees.SourceCommitResult

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

CommitResult Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility