Argument.Create(Type, ArgumentDirection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes and returns a new Argument.
public:
static System::Activities::Argument ^ Create(Type ^ type, System::Activities::ArgumentDirection direction);
public static System.Activities.Argument Create (Type type, System.Activities.ArgumentDirection direction);
static member Create : Type * System.Activities.ArgumentDirection -> System.Activities.Argument
Public Shared Function Create (type As Type, direction As ArgumentDirection) As Argument
Parameters
- direction
- ArgumentDirection
One of the enumeration values that specifies the direction of the flow of data through the Argument.
Returns
The newly created argument.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.