ISiteFolder インターフェイス
v2 に適用されます。
サイト内のフォルダー (ディレクトリ) を表します。
名前空間: Microsoft.WebMatrix.Extensibility
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Public Interface ISiteFolder _
Inherits ISiteFileSystemItem, ISiteItem
'使用
Dim instance As ISiteFolder
public interface ISiteFolder : ISiteFileSystemItem,
ISiteItem
public interface class ISiteFolder : ISiteFileSystemItem,
ISiteItem
type ISiteFolder =
interface
interface ISiteFileSystemItem
interface ISiteItem
end
public interface ISiteFolder extends ISiteFileSystemItem, ISiteItem
ISiteFolder 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
Path | ファイルまたはフォルダーのパスを取得します。 (ISiteFileSystemItem から継承されています。) |
![]() |
SecondaryIcon | 階層項目上のセカンダリ アイコンの画像のソースを取得または設定します。 (ISiteFileSystemItem から継承されています。) |
![]() |
SecondaryIconToolTip | 階層項目上のセカンダリ アイコンのヒントのテキストを取得または設定します。 (ISiteFileSystemItem から継承されています。) |
先頭に戻る