Deserialize an Attribute scope into a plugin from a formatted XML String representation. (internal use)
[Visual Basic .NET] |
---|
Public Sub MergeFromString( _ ByVal DispPlugin As Object, _ ByVal DispScope As Object, _ ByVal XmlString As String _ ) |
[C#] |
---|
public void MergeFromString( Object DispPlugin, Object DispScope, string XmlString ); |
[Managed C++] |
---|
public: void MergeFromString( IUnknown ^ DispPlugin, IUnknown ^ DispScope, String __gc ^ XmlString ); |
[Unmanaged C++] |
---|
public: HRESULT MergeFromString( IUnknown * DispPlugin, IUnknown * DispScope, BSTR XmlString ); |
[Java] |
---|
public void mergeFromString( Object DispPlugin, Object DispScope, String XmlString ); |
- DispPlugin
- The plugin to be serialized to XML.
- DispScope
- The attribute container (scope) where the attribute will be added.
- XmlString
- The serialized XML representation of the plugin configuration.