DatabaseSchemaViewRootNodeProperties.GetComponentName Method
Override. Returns the component name string, which is the first part of the string shown in the object selector of the property browser.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.Properties
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overrides Function GetComponentName As String
'Usage
Dim instance As DatabaseSchemaViewRootNodeProperties
Dim returnValue As String
returnValue = instance.GetComponentName()
public override string GetComponentName()
public:
virtual String^ GetComponentName() override
public override function GetComponentName() : String
abstract GetComponentName : unit -> string
override GetComponentName : unit -> string
Return Value
Type: System.String
Implements
ICustomTypeDescriptor.GetComponentName()
.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
DatabaseSchemaViewRootNodeProperties Class