NativeMethods.BuildFilename 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
static int BuildFilename(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ message, System::String ^ maskFilename, System::Text::StringBuilder ^ realFilename, bool % hasWildcard, int % outputLen);
public static int BuildFilename (Microsoft.BizTalk.Message.Interop.IBaseMessage message, string maskFilename, System.Text.StringBuilder realFilename, ref bool hasWildcard, ref int outputLen);
static member BuildFilename : Microsoft.BizTalk.Message.Interop.IBaseMessage * string * System.Text.StringBuilder * bool * int -> int
Public Shared Function BuildFilename (message As IBaseMessage, maskFilename As String, realFilename As StringBuilder, ByRef hasWildcard As Boolean, ByRef outputLen As Integer) As Integer
參數
- message
- IBaseMessage
- maskFilename
- String
- realFilename
- StringBuilder
- hasWildcard
- Boolean
- outputLen
- Int32