Share via


IXamlFileInformationContext.Close Method

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

Called when the language service is no longer needed and any resources used by the language service should be released.

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

Syntax

'Declaration
Sub Close
'Usage
Dim instance As IXamlFileInformationContext

instance.Close()
void Close()
void Close()
function Close()

.NET Framework Security

See Also

Reference

IXamlFileInformationContext Interface

IXamlFileInformationContext Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility