NativeMethods.BuildFilename Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- message
- IBaseMessage
- maskFilename
- String
- realFilename
- StringBuilder
- hasWildcard
- Boolean
- outputLen
- Int32