Retrieves the name of the parameter.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Protected Overridable Function GetNameImpl As String
'使用
Dim returnValue As String
returnValue = Me.GetNameImpl()
protected virtual string GetNameImpl()
protected:
virtual String^ GetNameImpl()
protected function GetNameImpl() : String
Return Value
Type: System.String
Returns the name of the parameter.
Remarks
This method is called by the implementation of the Name property.
The base implementation of this method returns a null reference (Nothing in Visual Basic), indicating a nameless parameter.
Permissions
- 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.