Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns the class name.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Properties
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overrides Function GetClassName As String
'Usage
Dim instance As DatabaseProjectNodeProperties
Dim returnValue As String
returnValue = instance.GetClassName()
public override string GetClassName()
public:
virtual String^ GetClassName() override
public override function GetClassName() : String
Return Value
Type: System.String
Implements
ICustomTypeDescriptor.GetClassName()
.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
DatabaseProjectNodeProperties Class
DatabaseProjectNodeProperties Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Properties Namespace