Dela via


IMarkupLocationProvider Interface

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

Represents the source location for a node.

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

Syntax

'Declaration
Public Interface IMarkupLocationProvider
'Usage
Dim instance As IMarkupLocationProvider
public interface IMarkupLocationProvider
public interface class IMarkupLocationProvider
public interface IMarkupLocationProvider

Remarks

Implemented by markup's implementation of DocumentItem and DocumentProperty to return the source location for the node.

See Also

Reference

IMarkupLocationProvider Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility