IEditor.FilePath Propiedad
Lo siguiente se aplica a v2.
Obtiene o establece la ruta de acceso al archivo.
Espacio de nombres: Microsoft.WebMatrix.Extensibility.Editor
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Property FilePath As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
La ruta de acceso al archivo.
Comentarios
Esto indica al editor el tipo de contenido que contiene mediante una extensión de archivo (por ejemplo, "txt", "html", etc.).