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
- 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
IMarkupSourceProvider Interface
Microsoft.Windows.Design.Documents Namespace