Serialize an Attribute scope for a plugin to
a formatted XML String representation. (internal use)
| [Visual Basic .NET] |
|---|
Public Function ToString( _
ByVal DispPlugin As Object, _
ByVal DispScope As Object _
) As String
|
| [C#] |
|---|
public string ToString(
|
| [Managed C++] |
|---|
public: String __gc ^ ToString(
|
| [Java] |
|---|
public String toString(
|
| [Unmanaged C++] |
|---|
public: HRESULT ToString(
|
- DispPlugin
- The plugin to be serialized to XML.
- DispScope
- The attribute container (scope) where the attribute will be added.
XmlString