Share via


IXamlFileInformationContext.LastUpdated Method

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

Returns the value passed in for time in the last call to the Update method.

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

Syntax

'Declaration
Function LastUpdated As Long
'Usage
Dim instance As IXamlFileInformationContext 
Dim returnValue As Long 

returnValue = instance.LastUpdated()
long LastUpdated()
long long LastUpdated()
function LastUpdated() : long

Return Value

Type: System.Int64

.NET Framework Security

See Also

Reference

IXamlFileInformationContext Interface

IXamlFileInformationContext Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility