ExpansionFunction::Arguments Property
Visual Studio 2015
Gets or sets the arguments to the function.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: property array<String^>^ Arguments { array<String^>^ get(); void set(array<String^>^ value); }
Each argument represents another declaration in the code snippet file and can be either a literal or an object. The value for each argument is obtained in the GetFieldValue method that is in turned called by the GetArgument method. The GetArgument method can be called from your implementation of the GetCurrentValue method.
Show: