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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.SourceUpdate Namespace