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(
|
| [Managed C++] |
|---|
public: void MergeFromString(
|
| [Java] |
|---|
public mergeFromString(
|
| [Unmanaged C++] |
|---|
public: HRESULT MergeFromString(
|
- 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.