DatabaseProjectExtenderBase.ToString Method
Converts to a string.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Overrides Function ToString As String
[ComVisibleAttribute(false)]
public override string ToString()
[ComVisibleAttribute(false)]
public:
virtual String^ ToString() override
[<ComVisibleAttribute(false)>]
abstract ToString : unit -> string
[<ComVisibleAttribute(false)>]
override ToString : unit -> string
public override function ToString() : String
Return Value
Type: System.String
The string representation of this class.
Remarks
object.ToString() has the right interface to become an IDispatch property, but you do not want to create a ProjectExtender.ToString property. This method was explicitly implemented in order to hide it from COM.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseProjectExtenderBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace