scripting:api:project:get-user-variables

GetUserVariables

Method of IProject

Project defined user variables. SAFEARRAY of BSTR

  • BSTR strConfiguration = "" (optional)
var ppUserVariables = Project.GetUserVariables(strConfiguration);
ppUserVariables = Project.GetUserVariables strConfiguration
VARIANT pUserVariables;
HRESULT hr = Project.GetUserVariables(strConfiguration, &pUserVariables);