FileChange クラスの新しいインスタンスを初期化します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Sub New ( _
fileFullPath As String _
)
'使用
Dim fileFullPath As String
Dim instance As New FileChange(fileFullPath)
public FileChange(
string fileFullPath
)
public:
FileChange(
String^ fileFullPath
)
public function FileChange(
fileFullPath : String
)
パラメータ
- fileFullPath
型 : System.String
この変更の完全なファイル名とパス。
解説
このコンストラクタを使用する場合、FileChange のプロジェクト名は string.Empty に設定されます。