Dela via


IIdentityProviderService Interface

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

Service that is used to produce unique identities for instances.

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

Syntax

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

Remarks

This service is used to provide an initial unique text range identity for objects that are newly inserted into the serialization tree. These identities are then fixed later with the actual source location the object serialized.

See Also

Reference

IIdentityProviderService Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility