ChangeProposal.FileName プロパティ
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Property FileName As String
'使用
Dim instance As ChangeProposal
Dim value As String
value = instance.FileName
instance.FileName = value
public string FileName { get; set; }
public:
property String^ FileName {
String^ get ();
void set (String^ value);
}
public function get FileName () : String
public function set FileName (value : String)
プロパティ値
型 : System.String