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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Documents.Trees Namespace