Dela via


StringSourceChanger.ISourceChanger.Done Method

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

For a description of this member, see ISourceChanger.Done.

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

Syntax

'Declaration
Private Sub Done Implements ISourceChanger.Done
'Usage
Dim instance As StringSourceChanger 

CType(instance, ISourceChanger).Done()
void ISourceChanger.Done()
private:
virtual void Done() sealed = ISourceChanger::Done
JScript does not support explicit interface implementations.

Implements

ISourceChanger.Done()

Remarks

This member is an explicit interface member implementation. It can be used only when the StringSourceChanger instance is cast to an ISourceChanger interface.

.NET Framework Security

See Also

Reference

StringSourceChanger Class

StringSourceChanger Members

Microsoft.Windows.Design.SourceUpdate Namespace

Other Resources

WPF Designer Extensibility