Share via


CreateSiteDelegate 委派

適用於版本2

代表由 WebMatrix 呼叫以建立新網站的類別。

命名空間:  Microsoft.WebMatrix.Extensibility
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
Public Delegate Function CreateSiteDelegate ( _
    myWebSitesFolder As DirectoryInfo, _
    <OutAttribute> ByRef webSiteFolder As DirectoryInfo _
) As Boolean
'用途
Dim instance As New CreateSiteDelegate(AddressOf HandlerMethod)
public delegate bool CreateSiteDelegate(
    DirectoryInfo myWebSitesFolder,
    out DirectoryInfo webSiteFolder
)
public delegate bool CreateSiteDelegate(
    DirectoryInfo^ myWebSitesFolder, 
    [OutAttribute] DirectoryInfo^% webSiteFolder
)
type CreateSiteDelegate = 
    delegate of  
        myWebSitesFolder:DirectoryInfo * 
        webSiteFolder:DirectoryInfo byref -> bool
JScript supports the use of delegates, but not the declaration of new ones.

參數

傳回值

型別:System.Boolean

請參閱

參考

Microsoft.WebMatrix.Extensibility 命名空間