Delen via


SourceCommitResult.Fragments Property

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

Gets the source fragments modified by the commit.

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

Syntax

'Declaration
Public ReadOnly Property Fragments As IEnumerable(Of SourceFragment)
'Usage
Dim instance As SourceCommitResult 
Dim value As IEnumerable(Of SourceFragment)

value = instance.Fragments
public IEnumerable<SourceFragment> Fragments { get; }
public:
property IEnumerable<SourceFragment>^ Fragments {
    IEnumerable<SourceFragment>^ get ();
}
public function get Fragments () : IEnumerable<SourceFragment>

Property Value

Type: System.Collections.Generic.IEnumerable<SourceFragment>

.NET Framework Security

See Also

Reference

SourceCommitResult Class

SourceCommitResult Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility