Get a String representation of the Attribute
Scope, formatted using the specified FormatId. (internal use)
| [Visual Basic .NET] |
|---|
Public Function ToFormattedString( _
ByVal DispPlugin As Object, _
ByVal DispScope As Object, _
ByVal FormatId As String _
) As String
|
| [C#] |
|---|
public string ToFormattedString(
|
| [Managed C++] |
|---|
public: String __gc ^ ToFormattedString(
|
| [Java] |
|---|
public String toFormattedString(
|
| [Unmanaged C++] |
|---|
public: HRESULT ToFormattedString(
|
- DispPlugin
- The plugin to be serialized to XML.
- DispScope
- The attribute container (scope) where the attribute will be added.
- FormatId
- Name of the XML format to use. Valid formats include "XML" and "BCXML".