IEditor.FilePath 속성
버전 2에 적용
파일 경로를 가져오거나 설정합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Property FilePath As String
Get
Set
‘사용 방법
Dim instance As IEditor
Dim value As String
value = instance.FilePath
instance.FilePath = value
string FilePath { get; set; }
property String^ FilePath {
String^ get ();
void set (String^ value);
}
abstract FilePath : string with get, set
function get FilePath () : String
function set FilePath (value : String)
속성 값
유형: System.String
파일 경로입니다.
주의
이 항목은 파일 확장명(예: "txt", "html" 등)을 사용하여 편집기에 저장되는 내용 형식을 설명합니다.