IBuildEngine6.GetGlobalProperties Method

Definition

Gets the global properties for the current project.

public:
 System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ GetGlobalProperties();
public System.Collections.Generic.IReadOnlyDictionary<string,string> GetGlobalProperties ();
abstract member GetGlobalProperties : unit -> System.Collections.Generic.IReadOnlyDictionary<string, string>
Public Function GetGlobalProperties () As IReadOnlyDictionary(Of String, String)

Returns

An IReadOnlyDictionary<TKey,TValue> containing the global properties of the current project.

Applies to