IFileTypeManagementService インターフェイス
v2 に適用されます。
ファイルの種類の管理サービスを定義します。
名前空間: Microsoft.WebMatrix.Extensibility.Editor
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Public Interface IFileTypeManagementService
'使用
Dim instance As IFileTypeManagementService
public interface IFileTypeManagementService
public interface class IFileTypeManagementService
type IFileTypeManagementService = interface end
public interface IFileTypeManagementService
IFileTypeManagementService 型は、以下のメンバーを公開しています。
メソッド
名前 | 説明 | |
---|---|---|
![]() |
IsBasedOn | コンテンツが別のオブジェクトに基づいているかどうかを指定します。 |
![]() |
IsRegisteredExtension | 拡張子が登録されるかどうかを示します。 |
![]() |
IsRegisteredType | コンテンツの種類が登録されるかどうかを示します。 |
![]() |
RegisterExtensionToContentType | コンテンツの種類に拡張子が登録されます。 |
![]() |
RegisterType | コンテンツの種類を登録します。 |
先頭に戻る