SourceChangedEventArgs.Fragments Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets an enumeration of changed fragments.
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 SourceChangedEventArgs
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
SourceChangedEventArgs Members
Microsoft.Windows.Design.Documents.Trees Namespace