ValueTokenizer::ReplaceEnvironmentVariables Property

 

Gets a Boolean value that indicates if environment variables will be replaced when untokenizing a string. To be replaced, environment variables must be in the format "%variable%".

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
property bool ReplaceEnvironmentVariables {
	virtual bool get();
}

Property Value

Type: System::Boolean
Return to top
Show: