TextChangeProposal コンストラクタ

TextChangeProposal クラスの新しいインスタンスを初期化します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Sub New ( _
    projectName As String, _
    fileName As String, _
    newValue As String _
)
'使用
Dim projectName As String
Dim fileName As String
Dim newValue As String

Dim instance As New TextChangeProposal(projectName, _
    fileName, newValue)
public TextChangeProposal(
    string projectName,
    string fileName,
    string newValue
)
public:
TextChangeProposal(
    String^ projectName, 
    String^ fileName, 
    String^ newValue
)
public function TextChangeProposal(
    projectName : String, 
    fileName : String, 
    newValue : String
)

パラメータ

  • projectName
    型 : System.String
    変更の適用先のプロジェクトを表すプロジェクト名 (完全パスを含む)。
  • fileName
    型 : System.String
    この変更の適用先ファイルの名前。
  • newValue
    型 : System.String
    変更するテキストの新しい値。

参照

参照

TextChangeProposal クラス

TextChangeProposal メンバ

Microsoft.VisualStudio.Data.Schema.Project.Refactoring 名前空間