XSDReferenceNodeExtender.GetComponentName Method
Returns the component name.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public Function GetComponentName As String
'Usage
Dim instance As XSDReferenceNodeExtender
Dim returnValue As String
returnValue = instance.GetComponentName()
public string GetComponentName()
public:
virtual String^ GetComponentName() sealed
public final 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
XSDReferenceNodeExtender Class
XSDReferenceNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace