Share via


WebFileProperties2 Interface

Specifies properties that are supported by files within a Web site. This interface extends WebFileProperties to add support for custom tools.

Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

'Declaration
<GuidAttribute("899456B4-E5AD-49EF-AB04-1CED913A6E44")> _
Public Interface WebFileProperties2 _
    Inherits WebFileProperties
'Usage
Dim instance As WebFileProperties2
[GuidAttribute("899456B4-E5AD-49EF-AB04-1CED913A6E44")]
public interface WebFileProperties2 : WebFileProperties
[GuidAttribute(L"899456B4-E5AD-49EF-AB04-1CED913A6E44")]
public interface class WebFileProperties2 : WebFileProperties
public interface WebFileProperties2 extends WebFileProperties

Remarks

You can access the WebFileProperties2 object from the Properties collection of a file.

Custom tools convert files from one type to another at design time.

See Also

Reference

WebFileProperties2 Members

VsWebSite90 Namespace

WebFileProperties

CustomTool

RunCustomTool