ExpansionFunction.Arguments 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置函数的自变量。
public:
property cli::array <System::String ^> ^ Arguments { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
property Platform::Array <Platform::String ^> ^ Arguments { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] Arguments { get; set; }
member this.Arguments : string[] with get, set
Public Property Arguments As String()
属性值
- String[]
扩展函数的参数数组。
注解
每个参数都表示代码片段文件中的另一个声明,可以是文本或对象。 每个参数的值是在 GetFieldValue 由方法打开的方法中获取的 GetArgument 。 GetArgument可从方法的实现中调用方法 GetCurrentValue 。