Dela via


XamlLanguageService Class

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

The implementation of the IXamlLanguageService interface.

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

Syntax

'Declaration
Public NotInheritable Class XamlLanguageService _
    Inherits MarshalByRefObject _
    Implements IXamlLanguageService, IMarshaledXamlLanguageService
'Usage
Dim instance As XamlLanguageService
public sealed class XamlLanguageService : MarshalByRefObject, 
    IXamlLanguageService, IMarshaledXamlLanguageService
public ref class XamlLanguageService sealed : public MarshalByRefObject, 
    IXamlLanguageService, IMarshaledXamlLanguageService
public final class XamlLanguageService extends MarshalByRefObject implements IXamlLanguageService, IMarshaledXamlLanguageService

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.Xaml.XamlLanguageService

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

XamlLanguageService Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility