Dela via


IMarkupSourceProvider.GetSourceVersion Method

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

Returns an identifier for the current version of the source.

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

Syntax

'Declaration
Function GetSourceVersion As Long
'Usage
Dim instance As IMarkupSourceProvider 
Dim returnValue As Long 

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

Return Value

Type: System.Int64
The current version of the source.

.NET Framework Security

See Also

Reference

IMarkupSourceProvider Interface

IMarkupSourceProvider Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility