Partager via


NativeMethods.BuildFilename Méthode

Définition

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

Retours

S’applique à