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( Object DispPlugin, Object DispScope ); |
[Managed C++] |
---|
public: String __gc ^ ToString( IUnknown ^ DispPlugin, IUnknown ^ DispScope ); |
[Unmanaged C++] |
---|
public: HRESULT ToString( IUnknown * DispPlugin, IUnknown * DispScope, BSTR * XmlString ); |
[Java] |
---|
public String toString( Object DispPlugin, Object DispScope ); |
- DispPlugin
- The plugin to be serialized to XML.
- DispScope
- The attribute container (scope) where the attribute will be added.
XmlString.