Share via


AddedComReference.ToString Method

Returns a string representation of the COM reference object.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As AddedComReference 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public override function ToString() : String

Return Value

Type: System.String
A string representation of the COM reference object.

.NET Framework Security

See Also

Reference

AddedComReference Class

AddedComReference Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace