Dela via


SourceCommitResult Class

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

Represents a source commit result for commit results that have associated source changes expressed in source fragments.

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

Syntax

'Declaration
Public Class SourceCommitResult _
    Inherits CommitResult
'Usage
Dim instance As SourceCommitResult
public class SourceCommitResult : CommitResult
public ref class SourceCommitResult : public CommitResult
public class SourceCommitResult extends CommitResult

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

SourceCommitResult Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility