Sets the name of the parameter.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Protected Overridable Sub SetNameImpl ( _
value As String _
)
'使用
Dim value As String
Me.SetNameImpl(value)
protected virtual void SetNameImpl(
string value
)
protected:
virtual void SetNameImpl(
String^ value
)
protected function SetNameImpl(
value : String
)
Parameters
value
Type: System.StringThe string literal parameter name.
Remarks
The base implementation of this method does nothing.
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.