次の方法で共有


WebFileProperties2.CustomToolOutput プロパティ

更新 : 2007 年 11 月

現在の Web サイト ファイルに関連付けられているカスタム ツールの出力ファイルの名前 (パスを除く) を取得します。

名前空間 :  VsWebSite90
アセンブリ :  VsWebSite.Interop90 (VsWebSite.Interop90.dll 内)

構文

'宣言
ReadOnly Property CustomToolOutput As String
'使用
Dim instance As WebFileProperties2
Dim value As String

value = instance.CustomToolOutput
string CustomToolOutput { get; }
property String^ CustomToolOutput {
    String^ get ();
}
function get CustomToolOutput () : String

プロパティ値

型 : System.String

カスタム ツールは、Web サイト ファイルが表すファイルを入力として受け取り、CustomToolOutput プロパティのファイル名を使用して新しいファイルを書き込みます。

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

WebFileProperties2 インターフェイス

WebFileProperties2 メンバ

VsWebSite90 名前空間

CustomTool