ISiteFile-Schnittstelle
Die folgenden Ausführungen gelten für v2.
Stellt eine Datei auf der Website dar.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface ISiteFile _
Inherits ISiteFileSystemItem, ISiteItem
'Usage
Dim instance As ISiteFile
public interface ISiteFile : ISiteFileSystemItem,
ISiteItem
public interface class ISiteFile : ISiteFileSystemItem,
ISiteItem
type ISiteFile =
interface
interface ISiteFileSystemItem
interface ISiteItem
end
public interface ISiteFile extends ISiteFileSystemItem, ISiteItem
Der ISiteFile-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Path | Ruft den Pfad der Datei oder des Ordners ab. (Geerbt von ISiteFileSystemItem.) | |
SecondaryIcon | Ruft die Bildquelle für das sekundäre Symbol für das Hierarchieelement ab bzw. legt diese fest. (Geerbt von ISiteFileSystemItem.) | |
SecondaryIconToolTip | Ruft den QuickInfo-Text für das sekundäre Symbol für das Hierarchieelement ab bzw. legt diesen fest. (Geerbt von ISiteFileSystemItem.) |
Zum Anfang