'宣言 Protected Overridable Sub SetName( _ ByVal value As System.String _ )
'使用法 Dim instance As ChartNamedObject Dim value As System.String instance.SetName(value)
protected virtual void SetName( System.string value )
パラメータ
- value
- オブジェクトの新しい名前。
'宣言 Protected Overridable Sub SetName( _ ByVal value As System.String _ )
'使用法 Dim instance As ChartNamedObject Dim value As System.String instance.SetName(value)
protected virtual void SetName( System.string value )